Skip to content

Commit

Permalink
Parse nested channels (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
farmio authored Sep 12, 2024
1 parent dd38b02 commit 792e58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xknxproject/loader/project_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def _create_device(
name=channel_node_elem.get("Text", ""),
)
for channel_node_elem in device_element.findall(
"{*}GroupObjectTree/{*}Nodes/{*}Node[@Type='Channel']"
"{*}GroupObjectTree//{*}Nodes/{*}Node[@Type='Channel']"
)
]
return DeviceInstance(
Expand Down

0 comments on commit 792e58d

Please sign in to comment.