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 b10bb85 commit b77a4c2Copy full SHA for b77a4c2
plugwise/helper.py
@@ -268,7 +268,6 @@ def _get_locations(self) -> None:
268
if self._existing_locations and removed:
269
for location_id in removed:
270
self._loc_data.pop(location_id)
271
- self._zones.pop(location_id)
272
273
self._existing_locations = self._new_locations
274
self._new_locations = []
0 commit comments