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 ecd56c7 commit eb85ce1Copy full SHA for eb85ce1
plugwise_usb/nodes/sed.py
@@ -647,6 +647,7 @@ async def _send_tasks(self) -> None:
647
if len(self._send_task_queue) == 0:
648
return
649
async with self._send_task_lock:
650
+ _LOGGER.debug("SED awake, send tasks for execution")
651
task_result = await gather(*self._send_task_queue)
652
if not all(task_result):
653
_LOGGER.warning(
0 commit comments