mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Change SimpliSafe websocket reconnection log to DEBUG
-level (#134063)
* Change SimpliSafe websocket reconnection log to `DEBUG`-level * revert
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user