eliqonline lib upgrade (#4948)
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
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['eliqonline==1.0.12']
|
||||
REQUIREMENTS = ['eliqonline==1.0.13']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -105,7 +105,7 @@ dsmr_parser==0.4
|
|||
dweepy==0.2.0
|
||||
|
||||
# homeassistant.components.sensor.eliqonline
|
||||
eliqonline==1.0.12
|
||||
eliqonline==1.0.13
|
||||
|
||||
# homeassistant.components.enocean
|
||||
enocean==0.31
|
||||
|
|
Loading…
Reference in New Issue