Add migrated climate feature flags to vicare (#109439)
parent
a5646e0df2
commit
57279b1c7b
|
@ -157,6 +157,7 @@ class ViCareClimate(ViCareEntity, ClimateEntity):
|
|||
_attr_preset_modes = list(HA_TO_VICARE_PRESET_HEATING)
|
||||
_current_action: bool | None = None
|
||||
_current_mode: str | None = None
|
||||
_enable_turn_on_off_backwards_compatibility = False
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
|
Loading…
Reference in New Issue