diff --git a/homeassistant/components/chromecast.py b/homeassistant/components/chromecast.py index a72de83ce64..c5b0c180d99 100644 --- a/homeassistant/components/chromecast.py +++ b/homeassistant/components/chromecast.py @@ -135,7 +135,7 @@ def setup(hass, config): casts[entity_id] = cast - except ConnectionError: + except pychromecast.ChromecastConnectionError: pass if not casts: