diff --git a/homeassistant/components/media_player/cast.py b/homeassistant/components/media_player/cast.py
index c0717edc860..c08a61826ef 100644
--- a/homeassistant/components/media_player/cast.py
+++ b/homeassistant/components/media_player/cast.py
@@ -20,7 +20,7 @@ from homeassistant.components.media_player import (
     SUPPORT_PREVIOUS_TRACK, SUPPORT_NEXT_TRACK,
     MEDIA_TYPE_MUSIC, MEDIA_TYPE_TVSHOW, MEDIA_TYPE_VIDEO)
 
-REQUIREMENTS = ['pychromecast==0.6.14']
+REQUIREMENTS = ['pychromecast==0.7.1']
 CONF_IGNORE_CEC = 'ignore_cec'
 CAST_SPLASH = 'https://home-assistant.io/images/cast/splash.png'
 SUPPORT_CAST = SUPPORT_PAUSE | SUPPORT_VOLUME_SET | SUPPORT_VOLUME_MUTE | \
diff --git a/requirements_all.txt b/requirements_all.txt
index 2241aaecdda..9c9c60564e5 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -75,7 +75,7 @@ pyvera==0.2.7
 python-wink==0.4.2
 
 # homeassistant.components.media_player.cast
-pychromecast==0.6.14
+pychromecast==0.7.1
 
 # homeassistant.components.media_player.kodi
 jsonrpc-requests==0.1