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