Upgrade PyChromecast version

This commit is contained in:
Paulus Schoutsen 2015-12-18 08:58:13 -08:00
parent 2efca59352
commit 824dd60aef
3 changed files with 2 additions and 3 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.12']
REQUIREMENTS = ['pychromecast==0.6.13']
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

@ -69,7 +69,7 @@ https://github.com/pavoni/home-assistant-vera-api/archive/efdba4e63d58a30bc9b36d
python-wink==0.3.1
# homeassistant.components.media_player.cast
# pychromecast==0.6.12
pychromecast==0.6.13
# homeassistant.components.media_player.kodi
jsonrpc-requests==0.1

View file

@ -13,7 +13,6 @@ import sys
COMMENT_REQUIREMENTS = [
'RPi.GPIO',
'Adafruit_Python_DHT',
'pychromecast==0.6.12'
]