mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
lower severity of non critical error
This commit is contained in:
parent
ab48010d14
commit
6e5e0e7acc
@ -127,7 +127,7 @@ class VerisureHub(object):
|
||||
except AttributeError:
|
||||
status[overview.deviceLabel] = overview
|
||||
except self._verisure.Error as ex:
|
||||
_LOGGER.error('Caught connection error %s, tries to reconnect', ex)
|
||||
_LOGGER.info('Caught connection error %s, tries to reconnect', ex)
|
||||
self.reconnect()
|
||||
|
||||
def reconnect(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user