Add migrated climate entity features to flexit (#109430)
parent
c571f36c6c
commit
6c4b773bc1
|
@ -69,6 +69,7 @@ class Flexit(ClimateEntity):
|
|||
ClimateEntityFeature.TARGET_TEMPERATURE | ClimateEntityFeature.FAN_MODE
|
||||
)
|
||||
_attr_temperature_unit = UnitOfTemperature.CELSIUS
|
||||
_enable_turn_on_off_backwards_compatibility = False
|
||||
|
||||
def __init__(
|
||||
self, hub: ModbusHub, modbus_slave: int | None, name: str | None
|
||||
|
|
Loading…
Reference in New Issue