diff --git a/homeassistant/components/linky/sensor.py b/homeassistant/components/linky/sensor.py index 46e7ed92f45..7a10513016f 100644 --- a/homeassistant/components/linky/sensor.py +++ b/homeassistant/components/linky/sensor.py @@ -17,7 +17,7 @@ from homeassistant.helpers.entity import Entity from homeassistant.util import Throttle import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['pylinky==0.3.0'] +REQUIREMENTS = ['pylinky==0.3.3'] _LOGGER = logging.getLogger(__name__) SCAN_INTERVAL = timedelta(minutes=10) diff --git a/requirements_all.txt b/requirements_all.txt index cb9ce3cc04c..aeb88da5b7a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1132,7 +1132,7 @@ pylgnetcast-homeassistant==0.2.0.dev0 pylgtv==0.1.9 # homeassistant.components.linky.sensor -pylinky==0.3.0 +pylinky==0.3.3 # homeassistant.components.litejet pylitejet==0.1