Add migrated climate feature flags to livisi (#109569)
parent
d3aa7375f0
commit
838b1338b8
|
@ -67,6 +67,7 @@ class LivisiClimate(LivisiEntity, ClimateEntity):
|
|||
_attr_hvac_mode = HVACMode.HEAT
|
||||
_attr_temperature_unit = UnitOfTemperature.CELSIUS
|
||||
_attr_supported_features = ClimateEntityFeature.TARGET_TEMPERATURE
|
||||
_enable_turn_on_off_backwards_compatibility = False
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
|
Loading…
Reference in New Issue