From 0d06454a94ce1ca6ca0c6ad1896ccc7464127e6f Mon Sep 17 00:00:00 2001 From: Erik Eriksson Date: Wed, 15 Feb 2017 19:02:58 +0100 Subject: [PATCH] eliqonline lib upgrade (#6021) --- homeassistant/components/sensor/eliqonline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/sensor/eliqonline.py b/homeassistant/components/sensor/eliqonline.py index 4feb3c66694..a2f3d5702a8 100644 --- a/homeassistant/components/sensor/eliqonline.py +++ b/homeassistant/components/sensor/eliqonline.py @@ -95,4 +95,4 @@ class EliqSensor(Entity): self._state = int(response.power) _LOGGER.debug("Updated power from server %d W", self._state) except URLError: - _LOGGER.error("Could not connect to the ELIQ Online API") + _LOGGER.warning("Could not connect to the ELIQ Online API")