Skip to content

Commit 2a14740

Browse files
committed
Always return
1 parent 1e2702b commit 2a14740

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugwise/helper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -916,8 +916,7 @@ def _get_appliances_with_offset_functionality(self) -> list[str]:
916916
for item in offset_appls:
917917
therm_list.append(item.attrib["id"])
918918

919-
if therm_list:
920-
return therm_list
919+
return therm_list
921920

922921
def _get_actuator_functionalities(self, xml: etree, data: DeviceData) -> None:
923922
"""Helper-function for _get_appliance_data()."""

0 commit comments

Comments
 (0)