New version of anthemav python library (#5544)

This commit is contained in:
David McNett 2017-01-24 17:20:59 -06:00 committed by Pascal Vizeli
parent 92858554e6
commit eb1e8ebc18
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ from homeassistant.const import (
EVENT_HOMEASSISTANT_STOP)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['anthemav==1.1.7']
REQUIREMENTS = ['anthemav==1.1.8']
_LOGGER = logging.getLogger(__name__)

View File

@ -41,7 +41,7 @@ aiohttp_cors==0.5.0
amcrest==1.1.3
# homeassistant.components.media_player.anthemav
anthemav==1.1.7
anthemav==1.1.8
# homeassistant.components.apcupsd
apcaccess==0.0.4