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 688a555 commit c3cf7abCopy full SHA for c3cf7ab
plugwise/data.py
@@ -173,7 +173,6 @@ def _get_location_data(self, loc_id: str) -> GwEntityData:
173
elif self.smile_version is not None and self.smile_version >= version.parse("3.2.0"):
174
data["control_state"] = "idle"
175
self._count += 1
176
- # TODO: add testcase with regulation_mode off and control_state key not present
177
178
# Thermostat data (presets, temperatures etc)
179
self._climate_data(loc_id, zone, data)
0 commit comments