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 267daa6 commit 1e2702bCopy full SHA for 1e2702b
plugwise/helper.py
@@ -911,7 +911,7 @@ def _get_appliances_with_offset_functionality(self) -> list[str]:
911
"""Helper-function collecting all appliance that have offset_functionality."""
912
therm_list: list[str] = []
913
offset_appls = self._appliances.findall(
914
- './/actuator_functionalities/offset_functionality[type="temperature_offset"]/offset/..'
+ './/actuator_functionalities/offset_functionality[type="temperature_offset"]/offset/../../..'
915
)
916
for item in offset_appls:
917
therm_list.append(item.attrib["id"])
0 commit comments