Skip to content

Commit

Permalink
Bump pychromecast to 1.0.2 (#10728)
Browse files Browse the repository at this point in the history
Fixes #9965
  • Loading branch information
OttoWinter authored and balloob committed Nov 21, 2017
1 parent 5dbd554 commit 8a750eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/media_player/cast.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import homeassistant.helpers.config_validation as cv
import homeassistant.util.dt as dt_util

REQUIREMENTS = ['pychromecast==0.8.2']
REQUIREMENTS = ['pychromecast==1.0.2']

This comment has been minimized.

Copy link
@ryanm101

ryanm101 Dec 5, 2017

Contributor

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ pybbox==0.0.5-alpha
# pybluez==0.22

# homeassistant.components.media_player.cast
pychromecast==0.8.2
pychromecast==1.0.2

# homeassistant.components.media_player.cmus
pycmus==0.1.0
Expand Down

0 comments on commit 8a750eb

Please sign in to comment.