Add migrated climate feature flags to touchline (#109451)

This commit is contained in:
G Johansson 2024-02-02 22:41:08 -05:00 committed by GitHub
parent a6b912b282
commit a69fe882ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,6 +69,7 @@ class Touchline(ClimateEntity):
ClimateEntityFeature.TARGET_TEMPERATURE | ClimateEntityFeature.PRESET_MODE
)
_attr_temperature_unit = UnitOfTemperature.CELSIUS
_enable_turn_on_off_backwards_compatibility = False
def __init__(self, touchline_thermostat):
"""Initialize the Touchline device."""