Skip to content

Commit c3cf7ab

Browse files
committed
Remove TODO comment
1 parent 688a555 commit c3cf7ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugwise/data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ def _get_location_data(self, loc_id: str) -> GwEntityData:
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
176-
# TODO: add testcase with regulation_mode off and control_state key not present
177176

178177
# Thermostat data (presets, temperatures etc)
179178
self._climate_data(loc_id, zone, data)

0 commit comments

Comments
 (0)