mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
System Bridge - Handle OSError for switched off devices (#59312)
This commit is contained in:
@@ -16,4 +16,5 @@ BRIDGE_CONNECTION_ERRORS = (
|
|||||||
ClientConnectionError,
|
ClientConnectionError,
|
||||||
ClientConnectorError,
|
ClientConnectorError,
|
||||||
ClientResponseError,
|
ClientResponseError,
|
||||||
|
OSError,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user