Add debug log for keep-alive
This commit is contained in:
@@ -43,6 +43,7 @@ class IntervalCaller:
|
|||||||
|
|
||||||
async def callback(_time: datetime):
|
async def callback(_time: datetime):
|
||||||
try:
|
try:
|
||||||
|
_LOGGER.debug("Calling keep-alive action")
|
||||||
await action()
|
await action()
|
||||||
except Exception as e: # pylint: disable=broad-exception-caught
|
except Exception as e: # pylint: disable=broad-exception-caught
|
||||||
_LOGGER.error(e)
|
_LOGGER.error(e)
|
||||||
|
|||||||
Reference in New Issue
Block a user