Skip to content

Commit d47ba3b

Browse files
committed
Sort
1 parent 942750f commit d47ba3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ def _regulation_control(self, data: GwEntityData) -> None:
842842
"""
843843
if (reg_control := data["thermostat"].get("regulation_control")) is not None:
844844
data["select_regulation_control"] = reg_control
845-
data["regulation_control_modes"] = ["active", "passive", "off"]
845+
data["regulation_control_modes"] = ["active", "off", "passive"]
846846
data["thermostat"].pop("regulation_control")
847847
self._count += 1
848848

0 commit comments

Comments
 (0)