Bump pychromecast to 9.4.0 (#59716)

This commit is contained in:
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", "name": "Google Cast",
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/cast", "documentation": "https://www.home-assistant.io/integrations/cast",
"requirements": ["pychromecast==9.3.1"], "requirements": ["pychromecast==9.4.0"],
"after_dependencies": [ "after_dependencies": [
"cloud", "cloud",
"http", "http",

View File

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

View File

@ -838,7 +838,7 @@ pybotvac==0.0.22
pycfdns==1.2.2 pycfdns==1.2.2
# homeassistant.components.cast # homeassistant.components.cast
pychromecast==9.3.1 pychromecast==9.4.0
# homeassistant.components.climacell # homeassistant.components.climacell
pyclimacell==0.18.2 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.hass_url == "https://example.com"
assert controller.client_id is None assert controller.client_id is None
# Verify user did not accidentally submit their dev app id # 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 entity_id == "media_player.kitchen"
assert view_path == "mock_path" assert view_path == "mock_path"
assert url_path is None assert url_path is None