Add migrated climate feature flags to devolo home control (#109538)
Adds migrated climate feature flags to devolo home control
This commit is contained in:
parent
45d8581bf1
commit
f5ca82923d
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ class DevoloClimateDeviceEntity(DevoloMultiLevelSwitchDeviceEntity, ClimateEntit
|
|||
_attr_precision = PRECISION_TENTHS
|
||||
_attr_hvac_mode = HVACMode.HEAT
|
||||
_attr_hvac_modes = [HVACMode.HEAT]
|
||||
_enable_turn_on_off_backwards_compatibility = False
|
||||
|
||||
def __init__(
|
||||
self, homecontrol: HomeControl, device_instance: Zwave, element_uid: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue