mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 06:17:07 +00:00
Add TURN_ON/OFF ClimateEntityFeature for IntesisHome (#109134)
This commit is contained in:
parent
9d664c0fdd
commit
63594bac89
@ -175,6 +175,10 @@ class IntesisAC(ClimateEntity):
|
||||
self._power_consumption_heat = None
|
||||
self._power_consumption_cool = None
|
||||
|
||||
self._attr_supported_features |= (
|
||||
ClimateEntityFeature.TURN_OFF | ClimateEntityFeature.TURN_ON
|
||||
)
|
||||
|
||||
# Setpoint support
|
||||
if controller.has_setpoint_control(ih_device_id):
|
||||
self._attr_supported_features |= ClimateEntityFeature.TARGET_TEMPERATURE
|
||||
|
Loading…
x
Reference in New Issue
Block a user