From 6e5e0e7acca9b92cd583e107941442f43a7b2f5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Sandstr=C3=B6m?= Date: Tue, 14 Jun 2016 20:21:42 +0200 Subject: [PATCH] lower severity of non critical error --- homeassistant/components/verisure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/verisure.py b/homeassistant/components/verisure.py index 9841aa3af9a..8231748def3 100644 --- a/homeassistant/components/verisure.py +++ b/homeassistant/components/verisure.py @@ -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):