mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
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
@ -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…
x
Reference in New Issue
Block a user