Update pychromecast to 2.0.0 (#12587)

This commit is contained in:
Paulus Schoutsen 2018-02-21 12:49:56 -08:00 committed by GitHub
parent 6ce9be6b3a
commit 03d6071a45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ from homeassistant.const import (
import homeassistant.helpers.config_validation as cv
import homeassistant.util.dt as dt_util
REQUIREMENTS = ['pychromecast==1.0.3']
REQUIREMENTS = ['pychromecast==2.0.0']
_LOGGER = logging.getLogger(__name__)

View file

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