diff --git a/homeassistant/components/cast/manifest.json b/homeassistant/components/cast/manifest.json index b0d49681414..5d807525226 100644 --- a/homeassistant/components/cast/manifest.json +++ b/homeassistant/components/cast/manifest.json @@ -3,7 +3,7 @@ "name": "Google Cast", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/cast", - "requirements": ["pychromecast==7.0.1"], + "requirements": ["pychromecast==7.1.2"], "after_dependencies": ["cloud","zeroconf"], "zeroconf": ["_googlecast._tcp.local."], "codeowners": ["@emontnemery"] diff --git a/homeassistant/components/cast/media_player.py b/homeassistant/components/cast/media_player.py index 21b7d207580..44b6bf451c1 100644 --- a/homeassistant/components/cast/media_player.py +++ b/homeassistant/components/cast/media_player.py @@ -279,6 +279,8 @@ class CastDevice(MediaPlayerEntity): cast_info.uuid, cast_info.model_name, cast_info.friendly_name, + None, + None, ), ChromeCastZeroconf.get_zeroconf(), ) diff --git a/requirements_all.txt b/requirements_all.txt index 874bfa6c29a..b1c8741f0cc 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1247,7 +1247,7 @@ pycfdns==0.0.1 pychannels==1.0.0 # homeassistant.components.cast -pychromecast==7.0.1 +pychromecast==7.1.2 # homeassistant.components.cmus pycmus==0.1.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 453feb4fb32..acc69829b71 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -580,7 +580,7 @@ pyblackbird==0.5 pybotvac==0.0.17 # homeassistant.components.cast -pychromecast==7.0.1 +pychromecast==7.1.2 # homeassistant.components.coolmaster pycoolmasternet==0.0.4