forked from home-assistant/core
Minor fix for Chromecast component
This commit is contained in:
@@ -135,7 +135,7 @@ def setup(hass, config):
|
|||||||
|
|
||||||
casts[entity_id] = cast
|
casts[entity_id] = cast
|
||||||
|
|
||||||
except ConnectionError:
|
except pychromecast.ChromecastConnectionError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
if not casts:
|
if not casts:
|
||||||
|
Reference in New Issue
Block a user