mirror of
https://github.com/home-assistant/core.git
synced 2026-09-14 02:34:57 -05:00
Adds migrated climate entity feature for velbus (#109435)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user