Bump pychromecast to 9.4.0 (#59716)

pull/59782/head
Erik Montnemery 2021-11-15 14:50:40 +01:00 committed by GitHub
parent a3885f4fda
commit 81d1899094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
"name": "Google Cast",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/cast",
"requirements": ["pychromecast==9.3.1"],
"requirements": ["pychromecast==9.4.0"],
"after_dependencies": [
"cloud",
"http",

View File

@ -1390,7 +1390,7 @@ pycfdns==1.2.2
pychannels==1.0.0
# homeassistant.components.cast
pychromecast==9.3.1
pychromecast==9.4.0
# homeassistant.components.pocketcasts
pycketcasts==1.0.0

View File

@ -838,7 +838,7 @@ pybotvac==0.0.22
pycfdns==1.2.2
# homeassistant.components.cast
pychromecast==9.3.1
pychromecast==9.4.0
# homeassistant.components.climacell
pyclimacell==0.18.2

View File

@ -29,7 +29,7 @@ async def test_service_show_view(hass, mock_zeroconf):
assert controller.hass_url == "https://example.com"
assert controller.client_id is None
# Verify user did not accidentally submit their dev app id
assert controller.supporting_app_id == "B12CE3CA"
assert controller.supporting_app_id == "A078F6B0"
assert entity_id == "media_player.kitchen"
assert view_path == "mock_path"
assert url_path is None