mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Upgrade media_player.cast dependency
This commit is contained in:
parent
81466246cf
commit
9ecac9e934
@ -19,7 +19,7 @@ from homeassistant.components.media_player import (
|
|||||||
SUPPORT_PREVIOUS_TRACK, SUPPORT_NEXT_TRACK,
|
SUPPORT_PREVIOUS_TRACK, SUPPORT_NEXT_TRACK,
|
||||||
MEDIA_TYPE_MUSIC, MEDIA_TYPE_TVSHOW, MEDIA_TYPE_VIDEO)
|
MEDIA_TYPE_MUSIC, MEDIA_TYPE_TVSHOW, MEDIA_TYPE_VIDEO)
|
||||||
|
|
||||||
REQUIREMENTS = ['pychromecast==0.6.10']
|
REQUIREMENTS = ['pychromecast==0.6.12']
|
||||||
CONF_IGNORE_CEC = 'ignore_cec'
|
CONF_IGNORE_CEC = 'ignore_cec'
|
||||||
CAST_SPLASH = 'https://home-assistant.io/images/cast/splash.png'
|
CAST_SPLASH = 'https://home-assistant.io/images/cast/splash.png'
|
||||||
SUPPORT_CAST = SUPPORT_PAUSE | SUPPORT_VOLUME_SET | SUPPORT_VOLUME_MUTE | \
|
SUPPORT_CAST = SUPPORT_PAUSE | SUPPORT_VOLUME_SET | SUPPORT_VOLUME_MUTE | \
|
||||||
|
@ -16,7 +16,7 @@ phue==0.8
|
|||||||
ledcontroller==1.0.7
|
ledcontroller==1.0.7
|
||||||
|
|
||||||
# Chromecast bindings (media_player.cast)
|
# Chromecast bindings (media_player.cast)
|
||||||
pychromecast==0.6.10
|
pychromecast==0.6.12
|
||||||
|
|
||||||
# Keyboard (keyboard)
|
# Keyboard (keyboard)
|
||||||
pyuserinput==0.1.9
|
pyuserinput==0.1.9
|
||||||
|
Loading…
x
Reference in New Issue
Block a user