Merge pull request #980 from balloob/upgrade-cast

Upgrade PyChromecast version
pull/970/merge
Paulus Schoutsen 2016-01-23 18:15:12 -08:00
commit e5497d89f4
2 changed files with 2 additions and 2 deletions

View File

@ -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 | \

View File

@ -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