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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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