mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add migrated climate feature flags to touchline (#109451)
This commit is contained in:
parent
a6b912b282
commit
a69fe882ff
@ -69,6 +69,7 @@ class Touchline(ClimateEntity):
|
|||||||
ClimateEntityFeature.TARGET_TEMPERATURE | ClimateEntityFeature.PRESET_MODE
|
ClimateEntityFeature.TARGET_TEMPERATURE | ClimateEntityFeature.PRESET_MODE
|
||||||
)
|
)
|
||||||
_attr_temperature_unit = UnitOfTemperature.CELSIUS
|
_attr_temperature_unit = UnitOfTemperature.CELSIUS
|
||||||
|
_enable_turn_on_off_backwards_compatibility = False
|
||||||
|
|
||||||
def __init__(self, touchline_thermostat):
|
def __init__(self, touchline_thermostat):
|
||||||
"""Initialize the Touchline device."""
|
"""Initialize the Touchline device."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user