We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02aca5f commit a73ff8eCopy full SHA for a73ff8e
1 file changed
plugwise/common.py
@@ -193,7 +193,6 @@ def _get_groups(self) -> None:
193
194
Collect switching-, pumping- or report-group info.
195
"""
196
- groups: dict[str, GwEntityData] = {}
197
# P1 and Anna don't have groups
198
if self.smile.type == "power" or self.check_name(ANNA):
199
return
0 commit comments