Skip to content

Commit 8f6669f

Browse files
committed
Improve doc-string
1 parent 83de0fe commit 8f6669f

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
@@ -843,7 +843,7 @@ def _heating_valves(self) -> int | bool:
843843
def _regulation_control(self, data: GwEntityData) -> None:
844844
"""Helper-function for smile.py: _get_location_data().
845845
846-
Adam: collect the thermostat regulation_mode of a location.
846+
Adam: collect the thermostat regulation_control state of a location.
847847
"""
848848
if (reg_control := data["thermostat"].get("regulation_control")) is not None:
849849
data["select_zone_profile"] = reg_control

0 commit comments

Comments
 (0)