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