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 3fe93d9 commit 6ef2eaeCopy full SHA for 6ef2eae
plugwise/common.py
@@ -191,7 +191,7 @@ def _get_groups(self) -> dict[str, GwEntityData]:
191
group_type = group.find("type").text
192
if group_type != "pumping":
193
continue
194
-
+
195
group_appliances = group.findall("appliances/appliance")
196
for item in group_appliances:
197
# Check if members are not orphaned - stretch
0 commit comments