mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Adds migrated climate feature flags in balboa (#109477)
This commit is contained in:
parent
b990e96636
commit
3e903495fa
@ -63,6 +63,7 @@ class BalboaClimateEntity(BalboaEntity, ClimateEntity):
|
|||||||
)
|
)
|
||||||
_attr_translation_key = DOMAIN
|
_attr_translation_key = DOMAIN
|
||||||
_attr_name = None
|
_attr_name = None
|
||||||
|
_enable_turn_on_off_backwards_compatibility = False
|
||||||
|
|
||||||
def __init__(self, client: SpaClient) -> None:
|
def __init__(self, client: SpaClient) -> None:
|
||||||
"""Initialize the climate entity."""
|
"""Initialize the climate entity."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user