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 0cd1148 commit 9a88d60Copy full SHA for 9a88d60
plugwise/helper.py
@@ -248,7 +248,6 @@ def _get_locations(self) -> None:
248
if self._existing_locations and removed:
249
for location_id in removed:
250
self._loc_data.pop(location_id)
251
- self._zones.pop(location_id)
252
253
self._existing_locations = self._new_locations
254
self._new_locations = []
0 commit comments