Adds migrated climate feature flags in nuheat (#109474)

This commit is contained in:
G Johansson
2024-02-03 01:03:34 -05:00
committed by GitHub
parent 3039616133
commit 69f5b5e78e

View File

@@ -78,6 +78,7 @@ class NuHeatThermostat(CoordinatorEntity, ClimateEntity):
_attr_has_entity_name = True
_attr_name = None
_attr_preset_modes = PRESET_MODES
_enable_turn_on_off_backwards_compatibility = False
def __init__(self, coordinator, thermostat, temperature_unit):
"""Initialize the thermostat."""