From 2776e966ff30d2067132f68f7ada0a365d7530d6 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 29 May 2026 02:18:14 +0200 Subject: [PATCH] Reduce Wyoming satellite disconnect log to debug level (#172499) --- homeassistant/components/wyoming/assist_satellite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/wyoming/assist_satellite.py b/homeassistant/components/wyoming/assist_satellite.py index 546edea009ce..c2edf1ed8f63 100644 --- a/homeassistant/components/wyoming/assist_satellite.py +++ b/homeassistant/components/wyoming/assist_satellite.py @@ -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, )