eliqonline lib upgrade (#6021)

This commit is contained in:
Erik Eriksson 2017-02-15 19:02:58 +01:00 committed by Pascal Vizeli
parent fdb6dd81ce
commit 0d06454a94

View File

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