Merge pull request #2298 from persandstrom/verisure_lower_severity_of_message

lower severity of non critical error
This commit is contained in:
Per Sandström 2016-06-14 20:56:49 +02:00 committed by GitHub
commit f07ba1e9a6

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