Revert pychromecast update (#10989)

* Revert pychromecast update

* Update cast.py
This commit is contained in:
Paulus Schoutsen 2017-12-05 22:08:09 -08:00 committed by GitHub
parent 454d8535f8
commit ddec566e10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -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__)

View file

@ -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