Skip to content

Commit

Permalink
fix for 'It's not possible to set regulation mode to Expert using Aut…
Browse files Browse the repository at this point in the history
…omations' (#718)

Co-authored-by: Edwin ten Haaf <edwin.ten.haaf@rawworks.nl>
  • Loading branch information
Edwintenhaaf and Edwin ten Haaf authored Dec 20, 2024
1 parent 53160f1 commit 23ddff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/versatile_thermostat/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 23ddff9

Please sign in to comment.