Add debug log for keep-alive

This commit is contained in:
Jean-Marc Collin
2024-02-04 06:50:41 +00:00
parent 557657a01c
commit c60f23a9ca

View File

@@ -43,6 +43,7 @@ class IntervalCaller:
async def callback(_time: datetime):
try:
_LOGGER.debug("Calling keep-alive action")
await action()
except Exception as e: # pylint: disable=broad-exception-caught
_LOGGER.error(e)