Skip to content

Commit dcbd162

Browse files
committed
Improve datakey names
Zone profile in the Plugwise App
1 parent b8d863d commit dcbd162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugwise/helper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -846,8 +846,8 @@ def _regulation_control(self, data: GwEntityData) -> None:
846846
Adam: collect the thermostat regulation_mode of a location.
847847
"""
848848
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"]
849+
data["select_zone_profile"] = reg_control
850+
data["zone_profiles"] = ["active", "off", "passive"]
851851
data["thermostat"].pop("regulation_control")
852852
self._count += 1
853853

0 commit comments

Comments
 (0)