Skip to content

Commit a441b8c

Browse files
committed
Improve find
1 parent 51ced41 commit a441b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def _get_groups(self) -> dict[str, GwEntityData]:
212212
members.append(item.attrib["id"])
213213

214214
group_sensors = {}
215-
group_logs = group.findall("logs")
215+
group_logs = group.findall("logs/point_log")
216216
for log in group_logs:
217217
LOGGER.debug("HOI log: %s", etree.tostring(log))
218218
log_type = log.find("type").text

0 commit comments

Comments
 (0)