From f70ff66d11c7e1ca8a3174efb8540d158f0cb9e4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 19 Nov 2016 07:04:15 +0100 Subject: [PATCH] Upgrade batinfo to 0.4.2 (#4452) --- homeassistant/components/sensor/linux_battery.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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