Skip to content

Commit c587e10

Browse files
authored
Reduce Wyoming satellite disconnect log to debug level (home-assistant#172499)
1 parent 6eeeac4 commit c587e10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

homeassistant/components/wyoming/assist_satellite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ async def run(self) -> None:
468468

469469
async def on_restart(self) -> None:
470470
"""Block until pipeline loop will be restarted."""
471-
_LOGGER.warning(
471+
_LOGGER.debug(
472472
"Satellite has been disconnected. Reconnecting in %s second(s)",
473473
_RECONNECT_SECONDS,
474474
)

0 commit comments

Comments
 (0)