diff --git a/homeassistant/components/media_player/anthemav.py b/homeassistant/components/media_player/anthemav.py
index 2707a62f7bfa735f7cdad3acbe3719136e94aa56..f53f5cf92649fc7e8b489e29c7b72e856315f5e7 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 bd86bd9e38f524b052d6dbdf7679b58ce13ff46b..980fdcebad5210fff795aad6799f0096440c9210 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