Add TURN_ON/OFF ClimateEntityFeature for Vera (#108969)
This commit is contained in:
parent
1acc9007d4
commit
822d5b3ce8
1 changed files with 4 additions and 1 deletions
|
@ -48,7 +48,10 @@ class VeraThermostat(VeraDevice[veraApi.VeraThermostat], ClimateEntity):
|
|||
_attr_hvac_modes = SUPPORT_HVAC
|
||||
_attr_fan_modes = FAN_OPERATION_LIST
|
||||
_attr_supported_features = (
|
||||
ClimateEntityFeature.TARGET_TEMPERATURE | ClimateEntityFeature.FAN_MODE
|
||||
ClimateEntityFeature.TARGET_TEMPERATURE
|
||||
| ClimateEntityFeature.FAN_MODE
|
||||
| ClimateEntityFeature.TURN_OFF
|
||||
| ClimateEntityFeature.TURN_ON
|
||||
)
|
||||
|
||||
def __init__(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue