System Bridge - Handle OSError for switched off devices (#59312)

This commit is contained in:
Aidan Timson 2021-11-09 05:46:33 +00:00 committed by GitHub
parent cc872b4618
commit 4e59e6c9a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,4 +16,5 @@ BRIDGE_CONNECTION_ERRORS = (
ClientConnectionError,
ClientConnectorError,
ClientResponseError,
OSError,
)