diff --git a/custom_components/versatile_thermostat/climate.py b/custom_components/versatile_thermostat/climate.py index 941bb8f..4fc586e 100644 --- a/custom_components/versatile_thermostat/climate.py +++ b/custom_components/versatile_thermostat/climate.py @@ -118,7 +118,7 @@ async def async_setup_entry( SERVICE_SET_AUTO_REGULATION_MODE, { vol.Required("auto_regulation_mode"): vol.In( - ["None", "Light", "Medium", "Strong", "Slow"] + ["None", "Light", "Medium", "Strong", "Slow", "Expert"] ), }, "service_set_auto_regulation_mode",