From 10f32cf09abf0b266e0d569f10fe74067a80c04e Mon Sep 17 00:00:00 2001 From: rhammen <75572839+rhammen@users.noreply.github.com> Date: Sun, 21 Jan 2024 21:35:57 +0100 Subject: [PATCH] Fix for #233 --- custom_components/luxtronik/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", )