mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Add migrated climate feature flags to vicare (#109439)
This commit is contained in:
parent
6c8636ae7b
commit
29556465de
@ -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…
x
Reference in New Issue
Block a user