lower severity of non critical error

This commit is contained in:
Per Sandström 2016-06-14 20:21:42 +02:00
parent ab48010d14
commit 6e5e0e7acc

View File

@ -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):