Skip to content

Commit 9151de7

Browse files
committed
Fix comment
1 parent c3cf7ab commit 9151de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def _get_location_data(self, loc_id: str) -> GwEntityData:
169169
if str(ctrl_state) == "off":
170170
data["control_state"] = "idle"
171171
self._count += 1
172-
# control_state not present in regulation+mode off (issue #776)
172+
# control_state not present in regulation_mode off (issue #776)
173173
elif self.smile_version is not None and self.smile_version >= version.parse("3.2.0"):
174174
data["control_state"] = "idle"
175175
self._count += 1

0 commit comments

Comments
 (0)