mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
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