mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Upgrade PyChromecast version
This commit is contained in:
parent
85ebd0ab59
commit
90c392e270
@ -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 | \
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user