diff --git a/homeassistant/components/media_player/anthemav.py b/homeassistant/components/media_player/anthemav.py index 2707a62f7bf..f53f5cf9264 100644 --- a/homeassistant/components/media_player/anthemav.py +++ b/homeassistant/components/media_player/anthemav.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index bd86bd9e38f..980fdcebad5 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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