Add TURN_ON/OFF ClimateEntityFeature for TOLO Sauna (#108965)

This commit is contained in:
G Johansson
2024-01-30 18:01:06 +01:00
committed by GitHub
parent 73f670e793
commit cf1adfbf24

View File

@@ -53,6 +53,8 @@ class SaunaClimate(ToloSaunaCoordinatorEntity, ClimateEntity):
ClimateEntityFeature.TARGET_TEMPERATURE
| ClimateEntityFeature.TARGET_HUMIDITY
| ClimateEntityFeature.FAN_MODE
| ClimateEntityFeature.TURN_OFF
| ClimateEntityFeature.TURN_ON
)
_attr_target_temperature_step = 1
_attr_temperature_unit = UnitOfTemperature.CELSIUS