mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Add TURN_ON/OFF ClimateEntityFeature for Vicare (#109135)
This commit is contained in:
parent
7827f7bbaa
commit
73f670e793
@ -142,7 +142,10 @@ class ViCareClimate(ViCareEntity, ClimateEntity):
|
||||
|
||||
_attr_precision = PRECISION_TENTHS
|
||||
_attr_supported_features = (
|
||||
ClimateEntityFeature.TARGET_TEMPERATURE | ClimateEntityFeature.PRESET_MODE
|
||||
ClimateEntityFeature.TARGET_TEMPERATURE
|
||||
| ClimateEntityFeature.PRESET_MODE
|
||||
| ClimateEntityFeature.TURN_OFF
|
||||
| ClimateEntityFeature.TURN_ON
|
||||
)
|
||||
_attr_temperature_unit = UnitOfTemperature.CELSIUS
|
||||
_attr_min_temp = VICARE_TEMP_HEATING_MIN
|
||||
|
Loading…
x
Reference in New Issue
Block a user