Upgrade batinfo to 0.4.2 (#4452)

This commit is contained in:
Fabian Affolter
2016-11-19 07:04:15 +01:00
committed by Paulus Schoutsen
parent d2bbc6ef70
commit f70ff66d11
2 changed files with 2 additions and 2 deletions

View File

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

View File

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