Adds migrated climate feature flags in balboa (#109477)

This commit is contained in:
G Johansson 2024-02-03 01:03:59 -05:00 committed by GitHub
parent b990e96636
commit 3e903495fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."""