mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Minor fix for Chromecast component
This commit is contained in:
@@ -135,7 +135,7 @@ def setup(hass, config):
|
||||
|
||||
casts[entity_id] = cast
|
||||
|
||||
except ConnectionError:
|
||||
except pychromecast.ChromecastConnectionError:
|
||||
pass
|
||||
|
||||
if not casts:
|
||||
|
Reference in New Issue
Block a user