mirror of
https://github.com/home-assistant/core.git
synced 2025-06-05 13:47:06 +00:00
Bump pychromecast dependency to 0.7.6 (#3864)
This commit is contained in:
parent
1373db8b60
commit
4d716cec2b
@ -19,7 +19,7 @@ from homeassistant.const import (
|
|||||||
STATE_UNKNOWN)
|
STATE_UNKNOWN)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['pychromecast==0.7.4']
|
REQUIREMENTS = ['pychromecast==0.7.6']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -326,7 +326,7 @@ pybbox==0.0.5-alpha
|
|||||||
# pybluez==0.22
|
# pybluez==0.22
|
||||||
|
|
||||||
# homeassistant.components.media_player.cast
|
# homeassistant.components.media_player.cast
|
||||||
pychromecast==0.7.4
|
pychromecast==0.7.6
|
||||||
|
|
||||||
# homeassistant.components.media_player.cmus
|
# homeassistant.components.media_player.cmus
|
||||||
pycmus==0.1.0
|
pycmus==0.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user