fix for 'It's not possible to set regulation mode to Expert using Automations' (#718)

Co-authored-by: Edwin ten Haaf <edwin.ten.haaf@rawworks.nl>
This commit is contained in:
Edwin ten Haaf
2024-12-20 08:41:16 +01:00
committed by GitHub
parent 53160f1365
commit 23ddff95b3

View File

@@ -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",