Revert pychromecast update (#10989)
* Revert pychromecast update * Update cast.py
This commit is contained in:
parent
454d8535f8
commit
ddec566e10
2 changed files with 4 additions and 2 deletions
|
@ -20,7 +20,9 @@ from homeassistant.const import (
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
import homeassistant.util.dt as dt_util
|
||||
|
||||
REQUIREMENTS = ['pychromecast==1.0.2']
|
||||
# Do not upgrade to 1.0.2, it breaks a bunch of stuff
|
||||
# https://github.com/home-assistant/home-assistant/issues/10926
|
||||
REQUIREMENTS = ['pychromecast==0.8.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -632,7 +632,7 @@ pybbox==0.0.5-alpha
|
|||
# pybluez==0.22
|
||||
|
||||
# homeassistant.components.media_player.cast
|
||||
pychromecast==1.0.2
|
||||
pychromecast==0.8.2
|
||||
|
||||
# homeassistant.components.media_player.cmus
|
||||
pycmus==0.1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue