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 83de0fe commit 8f6669fCopy full SHA for 8f6669f
plugwise/helper.py
@@ -843,7 +843,7 @@ def _heating_valves(self) -> int | bool:
843
def _regulation_control(self, data: GwEntityData) -> None:
844
"""Helper-function for smile.py: _get_location_data().
845
846
- Adam: collect the thermostat regulation_mode of a location.
+ Adam: collect the thermostat regulation_control state of a location.
847
"""
848
if (reg_control := data["thermostat"].get("regulation_control")) is not None:
849
data["select_zone_profile"] = reg_control
0 commit comments