Upgrade media_player.cast dependency

This commit is contained in:
Paulus Schoutsen 2015-08-30 01:09:11 -07:00
parent 81466246cf
commit 9ecac9e934
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,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.10']
REQUIREMENTS = ['pychromecast==0.6.12']
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

@ -16,7 +16,7 @@ phue==0.8
ledcontroller==1.0.7
# Chromecast bindings (media_player.cast)
pychromecast==0.6.10
pychromecast==0.6.12
# Keyboard (keyboard)
pyuserinput==0.1.9