Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
fixed other typo Electricty
  • Loading branch information
danito authored Oct 9, 2023
1 parent 7930f04 commit dbc35df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/myenergy/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

class FuelType(Enum):
GAS = ("G","Aardgas","Gas")
ELECTRICITY = ("E","Elektriciteit","Electricty")
ELECTRICITY = ("E","Elektriciteit","Electricity")
COMBINED = ("C","Elektriciteit en aardgas","Electricity and Gas")

def __init__(self, code,fullnameNL, fullnameEN):
Expand Down Expand Up @@ -185,4 +185,4 @@ def get_data(self, config, contract_type: ContractType):
result[sectionName] = providerdetails_array
return result



0 comments on commit dbc35df

Please sign in to comment.