mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Retry later on OSError during apple_tv entry setup (#122747)
This commit is contained in:
committed by
Franck Nijhof
parent
e5fd9819da
commit
d51d584aed
@@ -60,6 +60,7 @@ AUTH_EXCEPTIONS = (
|
||||
exceptions.NoCredentialsError,
|
||||
)
|
||||
CONNECTION_TIMEOUT_EXCEPTIONS = (
|
||||
OSError,
|
||||
asyncio.CancelledError,
|
||||
TimeoutError,
|
||||
exceptions.ConnectionLostError,
|
||||
|
Reference in New Issue
Block a user