Minor fix for Chromecast component

This commit is contained in:
Paulus Schoutsen 2014-11-23 22:21:47 -08:00
parent fa3b63f5e5
commit 470125b69a

View file

@ -135,7 +135,7 @@ def setup(hass, config):
casts[entity_id] = cast
except ConnectionError:
except pychromecast.ChromecastConnectionError:
pass
if not casts: