From 3ce27490d747c78b5f1eeadc97477d51025ebe60 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Mon, 1 Jan 2018 16:20:13 +0100 Subject: [PATCH] Upgrade pychromecast to 1.0.3 --- homeassistant/components/media_player/cast.py | 4 +--- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/media_player/cast.py b/homeassistant/components/media_player/cast.py index 6ae44495e3e22b..4cf8f72f074cd5 100644 --- a/homeassistant/components/media_player/cast.py +++ b/homeassistant/components/media_player/cast.py @@ -20,9 +20,7 @@ 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__) diff --git a/requirements_all.txt b/requirements_all.txt index 0b7b804d277052..00bce4ff781158 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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