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 b4f69c7 commit 517f6d5Copy full SHA for 517f6d5
plugwise/data.py
@@ -166,7 +166,7 @@ def _get_location_data(self, loc_id: str) -> GwEntityData:
166
if str(ctrl_state) in ("cooling", "heating", "preheating"):
167
data["control_state"] = str(ctrl_state)
168
self._count += 1
169
- elif self.smile_version > version.parse("3.6.0"):
+ elif self.smile_version >= version.parse("3.2.0"):
170
data["control_state"] = "idle"
171
172
0 commit comments