Upgrade pychromecast to 1.0.3 (#11410)
parent
6e63a4ed8a
commit
b362017206
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue