mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +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,
|
||||
ClientConnectorError,
|
||||
ClientResponseError,
|
||||
OSError,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user