Skip to content

Commit

Permalink
Merge pull request #150 from rhammen/patch-1
Browse files Browse the repository at this point in the history
Fix for #149
  • Loading branch information
BenPru authored Oct 12, 2023
2 parents cf6686d + e96e5ce commit cbb9223
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/luxtronik/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class LuxtronikClimateDescription(
luxtronik_key_target_temperature: LuxParameter | LuxCalculation = LuxParameter.UNSET
luxtronik_key_correction_factor: LuxParameter = LuxParameter.UNSET
luxtronik_key_correction_target: LuxParameter = LuxParameter.UNSET
unit_of_measurement: str = UnitOfTemperature.CELSIUS
temperature_unit: str = UnitOfTemperature.CELSIUS


@dataclass
Expand All @@ -178,6 +178,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


@dataclass
Expand Down

0 comments on commit cbb9223

Please sign in to comment.