mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Catch samsungtv timeout exception (#35205)
This commit is contained in:
parent
53c1aba7df
commit
f885e97a5b
@ -259,4 +259,6 @@ class SamsungTVWSBridge(SamsungTVBridge):
|
||||
except ConnectionFailure:
|
||||
self._notify_callback()
|
||||
raise
|
||||
except WebSocketException:
|
||||
self._remote = None
|
||||
return self._remote
|
||||
|
Loading…
x
Reference in New Issue
Block a user