eliqonline lib upgrade (#6021)
parent
fdb6dd81ce
commit
0d06454a94
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue