Adds migrated climate entity feature for velbus (#109435)

This commit is contained in:
G Johansson 2024-02-02 22:33:42 -05:00 committed by GitHub
parent 974cee2349
commit fe25975cab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,6 +41,7 @@ class VelbusClimate(VelbusEntity, ClimateEntity):
_attr_hvac_mode = HVACMode.HEAT
_attr_hvac_modes = [HVACMode.HEAT]
_attr_preset_modes = list(PRESET_MODES)
_enable_turn_on_off_backwards_compatibility = False
@property
def target_temperature(self) -> float | None: