eliqonline lib upgrade (#6021)

pull/6030/head
Erik Eriksson 2017-02-15 19:02:58 +01:00 committed by Pascal Vizeli
parent fdb6dd81ce
commit 0d06454a94
1 changed files with 1 additions and 1 deletions

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