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 b8d863d commit dcbd162Copy full SHA for dcbd162
plugwise/helper.py
@@ -846,8 +846,8 @@ def _regulation_control(self, data: GwEntityData) -> None:
846
Adam: collect the thermostat regulation_mode of a location.
847
"""
848
if (reg_control := data["thermostat"].get("regulation_control")) is not None:
849
- data["select_regulation_control"] = reg_control
850
- data["regulation_control_modes"] = ["active", "off", "passive"]
+ data["select_zone_profile"] = reg_control
+ data["zone_profiles"] = ["active", "off", "passive"]
851
data["thermostat"].pop("regulation_control")
852
self._count += 1
853
0 commit comments