Skip to content

Commit

Permalink
Fix for BenPru#233
Browse files Browse the repository at this point in the history
  • Loading branch information
rhammen authored Jan 21, 2024
1 parent 6f9d1d6 commit 10f32cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/luxtronik/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
Expand Down

0 comments on commit 10f32cf

Please sign in to comment.