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 6a4d25a commit 995d577Copy full SHA for 995d577
plugwise/common.py
@@ -230,6 +230,9 @@ def _get_groups(self) -> None:
230
"vendor": "Plugwise",
231
}
232
self._count += 5
233
+ elif group_id in self._existing_groups:
234
+ # Group existed but now has no valid members -> remove
235
+ self._new_groups.remove(group_id)
236
237
removed = list(set(self._existing_groups) - set(self._new_groups))
238
if self._existing_groups and removed:
0 commit comments