Skip to content

Commit

Permalink
Update model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BenPru authored Dec 30, 2024
1 parent 409ce7e commit 6d5b8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/luxtronik/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class LuxtronikWaterHeaterDescription(
luxtronik_key_target_temperature: LuxParameter = LuxParameter.UNSET
luxtronik_key_target_temperature_high: LuxParameter = LuxParameter.UNSET
luxtronik_key_target_temperature_low: LuxParameter = LuxParameter.UNSET
temperature_unit: str = UnitOfTemperature.CELSIUS
temperature_unit: str = UnitOfTemperature.CELSIUS.value


@dataclass
Expand Down

0 comments on commit 6d5b8fc

Please sign in to comment.