Bump pychromecast to 9.4.0 (#59716)
parent
a3885f4fda
commit
81d1899094
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue