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 1e2702b commit 2a14740Copy full SHA for 2a14740
plugwise/helper.py
@@ -916,8 +916,7 @@ def _get_appliances_with_offset_functionality(self) -> list[str]:
916
for item in offset_appls:
917
therm_list.append(item.attrib["id"])
918
919
- if therm_list:
920
- return therm_list
+ return therm_list
921
922
def _get_actuator_functionalities(self, xml: etree, data: DeviceData) -> None:
923
"""Helper-function for _get_appliance_data()."""
0 commit comments