diff --git a/custom_components/luxtronik/const.py b/custom_components/luxtronik/const.py index 9fe9d50..3b9f127 100644 --- a/custom_components/luxtronik/const.py +++ b/custom_components/luxtronik/const.py @@ -172,7 +172,7 @@ class LuxStatus3Option(StrEnum): thermal_desinfection: Final = ("thermal desinfection",) cooling: Final = ("cooling",) swimming_pool_solar: Final = ("swimming pool/solar",) - heating_external_energy_source: Final = ("heating external energy source",) + heating_external_energy_source: Final = ("heating external engery source",) domestic_water_external_energy_source: Final = ( "domestic water external energy source", )