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 9afcdd9 commit 8545ab0Copy full SHA for 8545ab0
plugwise_usb/nodes/scan.py
@@ -442,6 +442,7 @@ async def _motion_state_update(
442
async def _configure_scan_task(self) -> bool:
443
"""Configure Scan device settings. Returns True if successful."""
444
self._scan_config_task_scheduled = False
445
+ _LOGGER.debug("HOI _configure_scan_task | starting... ")
446
change_required = False
447
if self._new_reset_timer is not None:
448
change_required = True
0 commit comments