From cf1adfbf24016a5692cf3569687812c4e400cee4 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Tue, 30 Jan 2024 18:01:06 +0100 Subject: [PATCH] Add TURN_ON/OFF ClimateEntityFeature for TOLO Sauna (#108965) --- homeassistant/components/tolo/climate.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeassistant/components/tolo/climate.py b/homeassistant/components/tolo/climate.py index 74f2a5a6f55..05afce41ff3 100644 --- a/homeassistant/components/tolo/climate.py +++ b/homeassistant/components/tolo/climate.py @@ -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