Skip to content

Commit

Permalink
Merge pull request #234 from rhammen/patch-4
Browse files Browse the repository at this point in the history
Fix for #233
  • Loading branch information
BenPru authored Jan 25, 2024
2 parents 6f9d1d6 + 10f32cf commit 973af26
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 973af26

Please sign in to comment.