mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +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:
|
except AttributeError:
|
||||||
status[overview.deviceLabel] = overview
|
status[overview.deviceLabel] = overview
|
||||||
except self._verisure.Error as ex:
|
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()
|
self.reconnect()
|
||||||
|
|
||||||
def reconnect(self):
|
def reconnect(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user