diff --git a/homeassistant/components/sensor/linux_battery.py b/homeassistant/components/sensor/linux_battery.py index 348b7d1bef6..79f485d80dd 100644 --- a/homeassistant/components/sensor/linux_battery.py +++ b/homeassistant/components/sensor/linux_battery.py @@ -14,7 +14,7 @@ from homeassistant.const import CONF_NAME from homeassistant.helpers.entity import Entity import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['batinfo==0.3'] +REQUIREMENTS = ['batinfo==0.4.2'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 33822210325..70331ae1940 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -43,7 +43,7 @@ apns2==0.1.1 astral==1.3 # homeassistant.components.sensor.linux_battery -batinfo==0.3 +batinfo==0.4.2 # homeassistant.components.sensor.scrape beautifulsoup4==4.5.1