diff --git a/homeassistant/components/sensor/eliqonline.py b/homeassistant/components/sensor/eliqonline.py index 421940b9c7d..7029be9fca2 100644 --- a/homeassistant/components/sensor/eliqonline.py +++ b/homeassistant/components/sensor/eliqonline.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index 7621411130f..b5d803f5c73 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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