mirror of
https://github.com/home-assistant/core.git
synced 2025-08-15 10:31:39 +02:00
Add TURN_ON/OFF ClimateEntityFeature for Vicare (#109135)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user