Reduce Wyoming satellite disconnect log to debug level (#172499)

This commit is contained in:
Franck Nijhof
2026-06-01 16:05:58 +00:00
parent 5f9872886d
commit 2776e966ff
@@ -468,7 +468,7 @@ class WyomingAssistSatellite(WyomingSatelliteEntity, AssistSatelliteEntity):
async def on_restart(self) -> None:
"""Block until pipeline loop will be restarted."""
_LOGGER.warning(
_LOGGER.debug(
"Satellite has been disconnected. Reconnecting in %s second(s)",
_RECONNECT_SECONDS,
)