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 9e99eff commit e4661f0Copy full SHA for e4661f0
plugwise/data.py
@@ -164,7 +164,7 @@ def _get_location_data(self, loc_id: str) -> GwEntityData:
164
if str(ctrl_state) in ("cooling", "heating", "preheating"):
165
data["control_state"] = str(ctrl_state)
166
self._count += 1
167
- else:
+ elif self.smile_version > Version.parse("3.6.0"):
168
data["control_state"] = "idle"
169
170
0 commit comments