mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 15:31:52 -05:00
Reduce Wyoming satellite disconnect log to debug level (#172499)
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user