mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01: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