Add migrated climate feature flags to schluter (#109452)
This commit is contained in:
parent
a69fe882ff
commit
b7f2ae4e3a
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ class SchluterThermostat(CoordinatorEntity, ClimateEntity):
|
|||
_attr_hvac_modes = [HVACMode.HEAT]
|
||||
_attr_supported_features = ClimateEntityFeature.TARGET_TEMPERATURE
|
||||
_attr_temperature_unit = UnitOfTemperature.CELSIUS
|
||||
_enable_turn_on_off_backwards_compatibility = False
|
||||
|
||||
def __init__(self, coordinator, serial_number, api, session_id):
|
||||
"""Initialize the thermostat."""
|
||||
|
|
Loading…
Add table
Reference in a new issue