mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Adds migrated climate entity feature for velbus (#109435)
This commit is contained in:
parent
974cee2349
commit
fe25975cab
@ -41,6 +41,7 @@ class VelbusClimate(VelbusEntity, ClimateEntity):
|
|||||||
_attr_hvac_mode = HVACMode.HEAT
|
_attr_hvac_mode = HVACMode.HEAT
|
||||||
_attr_hvac_modes = [HVACMode.HEAT]
|
_attr_hvac_modes = [HVACMode.HEAT]
|
||||||
_attr_preset_modes = list(PRESET_MODES)
|
_attr_preset_modes = list(PRESET_MODES)
|
||||||
|
_enable_turn_on_off_backwards_compatibility = False
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def target_temperature(self) -> float | None:
|
def target_temperature(self) -> float | None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user