8000 Bump pychromecast to 1.0.2 by OttoWinter · Pull Request #10728 · home-assistant/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
< 8000 div id="partial-discussion-header" class="gh-header mb-3 js-details-container Details js-socket-channel js-updatable-content pull request js-pull-header-details" data-channel="eyJjIjoicHVsbF9yZXF1ZXN0OjE1Mzk0MjAyMCIsInQiOjE3NDgxMTk5MzV9--ced289addc86515e066b0841c2709c3b0041099f660152e608c074df1b09622d" data-url="/home-assistant/core/pull/10728/partials/title?sticky=false" data-channel-event-name="title_updated" data-pull-is-open="false" data-gid="MDExOlB1bGxSZXF1ZXN0MTUzOTQyMDIw">

Bump pychromecast to 1.0.2 #10728

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 21, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
5DF3
Original file line number Diff line numberDiff 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