Skip to content

Commit b77a4c2

Browse files
committed
Fix double zone-pop
1 parent b10bb85 commit b77a4c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugwise/helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ def _get_locations(self) -> None:
268268
if self._existing_locations and removed:
269269
for location_id in removed:
270270
self._loc_data.pop(location_id)
271-
self._zones.pop(location_id)
272271

273272
self._existing_locations = self._new_locations
274273
self._new_locations = []

0 commit comments

Comments
 (0)