mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Change SimpliSafe websocket reconnection log to DEBUG
-level (#134063)
* Change SimpliSafe websocket reconnection log to `DEBUG`-level * revert
This commit is contained in:
parent
b84ae2abc3
commit
1a909d3a8a
@ -485,7 +485,7 @@ class SimpliSafe:
|
||||
except Exception as err: # noqa: BLE001
|
||||
LOGGER.error("Unknown exception while connecting to websocket: %s", err)
|
||||
|
||||
LOGGER.warning("Reconnecting to websocket")
|
||||
LOGGER.debug("Reconnecting to websocket")
|
||||
await self._async_cancel_websocket_loop()
|
||||
self._websocket_reconnect_task = self._hass.async_create_task(
|
||||
self._async_start_websocket_loop()
|
||||
|
Loading…
x
Reference in New Issue
Block a user