Upgrade pychromecast to 1.0.3 (#11410)

pull/10479/merge
Otto Winter 2018-01-01 23:52:36 +01:00 committed by Paulus Schoutsen
parent 6e63a4ed8a
commit b362017206
2 changed files with 2 additions and 4 deletions

View File

@ -20,9 +20,7 @@ from homeassistant.const import (
import homeassistant.helpers.config_validation as cv
import homeassistant.util.dt as dt_util
# 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']
REQUIREMENTS = ['pychromecast==1.0.3']
_LOGGER = logging.getLogger(__name__)

View File

@ -650,7 +650,7 @@ pybbox==0.0.5-alpha
# pybluez==0.22
# homeassistant.components.media_player.cast
pychromecast==0.8.2
pychromecast==1.0.3
# homeassistant.components.media_player.cmus
pycmus==0.1.0