mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
eliqonline lib upgrade (#4948)
This commit is contained in:
parent
60ef0153a2
commit
b08b376aa7
@ -14,7 +14,7 @@ from homeassistant.const import (CONF_ACCESS_TOKEN, CONF_NAME, STATE_UNKNOWN)
|
|||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['eliqonline==1.0.12']
|
REQUIREMENTS = ['eliqonline==1.0.13']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -105,7 +105,7 @@ dsmr_parser==0.4
|
|||||||
dweepy==0.2.0
|
dweepy==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.eliqonline
|
# homeassistant.components.sensor.eliqonline
|
||||||
eliqonline==1.0.12
|
eliqonline==1.0.13
|
||||||
|
|
||||||
# homeassistant.components.enocean
|
# homeassistant.components.enocean
|
||||||
enocean==0.31
|
enocean==0.31
|
||||||
|
Loading…
x
Reference in New Issue
Block a user