mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Add migrated climate feature flags to senz (#109455)
This commit is contained in:
parent
88aec4af72
commit
de308fbd55
@ -45,6 +45,7 @@ class SENZClimate(CoordinatorEntity, ClimateEntity):
|
|||||||
_attr_min_temp = 5
|
_attr_min_temp = 5
|
||||||
_attr_has_entity_name = True
|
_attr_has_entity_name = True
|
||||||
_attr_name = None
|
_attr_name = None
|
||||||
|
_enable_turn_on_off_backwards_compatibility = False
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user