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 21340f7 commit f2767b0Copy full SHA for f2767b0
plugwise/helper.py
@@ -1258,7 +1258,7 @@ def _schedules(
1258
locator = f'./rule[@id="{rule_id}"]/directives'
1259
# Show an empty schedule as no schedule found
1260
if not (directives := self._domain_objects.find(locator)):
1261
- return available, selected, schedule_temperatures, None
+ continue
1262
1263
# Only process the active schedule in detail for Adam or Anna with cooling
1264
if self._cooling_present and loc_id != NONE:
0 commit comments