From 470125b69a7a265f20d5796a679fb6353652207b Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 23 Nov 2014 22:21:47 -0800 Subject: [PATCH] Minor fix for Chromecast component --- homeassistant/components/chromecast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: