mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Log Tractive events on debug level (#98539)
This commit is contained in:
parent
30a88e9e61
commit
d44847bb23
@ -207,6 +207,7 @@ class TractiveClient:
|
||||
while True:
|
||||
try:
|
||||
async for event in self._client.events():
|
||||
_LOGGER.debug("Received event: %s", event)
|
||||
if server_was_unavailable:
|
||||
_LOGGER.debug("Tractive is back online")
|
||||
server_was_unavailable = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user