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