Minor fix for Chromecast component
This commit is contained in:
parent
fa3b63f5e5
commit
470125b69a
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ def setup(hass, config):
|
|||
|
||||
casts[entity_id] = cast
|
||||
|
||||
except ConnectionError:
|
||||
except pychromecast.ChromecastConnectionError:
|
||||
pass
|
||||
|
||||
if not casts:
|
||||
|
|
Loading…
Add table
Reference in a new issue