diff --git a/custom_components/versatile_thermostat/keep_alive.py b/custom_components/versatile_thermostat/keep_alive.py index b2f13d2..a4af483 100644 --- a/custom_components/versatile_thermostat/keep_alive.py +++ b/custom_components/versatile_thermostat/keep_alive.py @@ -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)