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 4a1a8e0 commit 1c77021Copy full SHA for 1c77021
plugwise/helper.py
@@ -1247,10 +1247,7 @@ 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
- LOGGER.debug("HOI 1 %s", type(entry))
1252
if "preset" in entry:
1253
- LOGGER.debug("HOI 2 %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