Skip to content

Commit f2767b0

Browse files
committed
Improve
1 parent 21340f7 commit f2767b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@ def _schedules(
12581258
locator = f'./rule[@id="{rule_id}"]/directives'
12591259
# Show an empty schedule as no schedule found
12601260
if not (directives := self._domain_objects.find(locator)):
1261-
return available, selected, schedule_temperatures, None
1261+
continue
12621262

12631263
# Only process the active schedule in detail for Adam or Anna with cooling
12641264
if self._cooling_present and loc_id != NONE:

0 commit comments

Comments
 (0)