mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Retry later on OSError during apple_tv entry setup (#122747)
This commit is contained in:
parent
6d4711ce43
commit
d586e7df33
@ -60,6 +60,7 @@ AUTH_EXCEPTIONS = (
|
|||||||
exceptions.NoCredentialsError,
|
exceptions.NoCredentialsError,
|
||||||
)
|
)
|
||||||
CONNECTION_TIMEOUT_EXCEPTIONS = (
|
CONNECTION_TIMEOUT_EXCEPTIONS = (
|
||||||
|
OSError,
|
||||||
asyncio.CancelledError,
|
asyncio.CancelledError,
|
||||||
TimeoutError,
|
TimeoutError,
|
||||||
exceptions.ConnectionLostError,
|
exceptions.ConnectionLostError,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user