diff --git a/custom_components/myenergy/utils.py b/custom_components/myenergy/utils.py index 2302f2a..5c6be0e 100644 --- a/custom_components/myenergy/utils.py +++ b/custom_components/myenergy/utils.py @@ -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): @@ -185,4 +185,4 @@ def get_data(self, config, contract_type: ContractType): result[sectionName] = providerdetails_array return result - \ No newline at end of file +