mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
eliqonline lib upgrade (#6021)
This commit is contained in:
parent
fdb6dd81ce
commit
0d06454a94
@ -95,4 +95,4 @@ class EliqSensor(Entity):
|
|||||||
self._state = int(response.power)
|
self._state = int(response.power)
|
||||||
_LOGGER.debug("Updated power from server %d W", self._state)
|
_LOGGER.debug("Updated power from server %d W", self._state)
|
||||||
except URLError:
|
except URLError:
|
||||||
_LOGGER.error("Could not connect to the ELIQ Online API")
|
_LOGGER.warning("Could not connect to the ELIQ Online API")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user