mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Retry later on OSError during apple_tv entry setup (#122747)
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user