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 cc987d6 commit 77e0842Copy full SHA for 77e0842
plugwise/helper.py
@@ -1247,10 +1247,8 @@ def _schedules(
1247
directives = self._domain_objects.find(locator)
1248
for directive in directives:
1249
entry = directive.find("then").attrib
1250
- LOGGER.debug("HOI %s", entry)
1251
- # keys, dummy = zip(*entry.items())
1252
- # LOGGER.debug("HOI 1 %s", keys)
1253
if "preset" in entry:
+ LOGGER.debug("HOI %s", entry["preset"])
1254
schedule[directive.attrib["time"]] = [
1255
float(self._presets(loc_id)[entry["preset"]][0]),
1256
float(self._presets(loc_id)[entry["preset"]][1]),
0 commit comments