mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
System Bridge - Handle OSError for switched off devices (#59312)
This commit is contained in:
parent
cc872b4618
commit
4e59e6c9a7
@ -16,4 +16,5 @@ BRIDGE_CONNECTION_ERRORS = (
|
|||||||
ClientConnectionError,
|
ClientConnectionError,
|
||||||
ClientConnectorError,
|
ClientConnectorError,
|
||||||
ClientResponseError,
|
ClientResponseError,
|
||||||
|
OSError,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user