We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942750f commit d47ba3bCopy full SHA for d47ba3b
plugwise/helper.py
@@ -842,7 +842,7 @@ def _regulation_control(self, data: GwEntityData) -> None:
842
"""
843
if (reg_control := data["thermostat"].get("regulation_control")) is not None:
844
data["select_regulation_control"] = reg_control
845
- data["regulation_control_modes"] = ["active", "passive", "off"]
+ data["regulation_control_modes"] = ["active", "off", "passive"]
846
data["thermostat"].pop("regulation_control")
847
self._count += 1
848
0 commit comments