eliqonline lib upgrade (#4948)

pull/4962/head
Erik Eriksson 2016-12-17 21:14:04 +01:00 committed by Paulus Schoutsen
parent 60ef0153a2
commit b08b376aa7
2 changed files with 2 additions and 2 deletions

View File

@ -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__)

View File

@ -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