mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
parent
26a66276cd
commit
af7f61fec2
@ -188,6 +188,11 @@ class AmbiclimateEntity(ClimateDevice):
|
|||||||
"""Return the list of supported features."""
|
"""Return the list of supported features."""
|
||||||
return SUPPORT_FLAGS
|
return SUPPORT_FLAGS
|
||||||
|
|
||||||
|
@property
|
||||||
|
def hvac_modes(self):
|
||||||
|
"""Return the list of available hvac operation modes."""
|
||||||
|
return [HVAC_MODE_HEAT, HVAC_MODE_OFF]
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def hvac_mode(self):
|
def hvac_mode(self):
|
||||||
"""Return current operation."""
|
"""Return current operation."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user