Use builtin TimeoutError [e-i] (#109679)
This commit is contained in:
parent
c82933175d
commit
7a89e58873
69 changed files with 88 additions and 133 deletions
|
@ -1,5 +1,4 @@
|
|||
"""Constants for the homekit_controller component."""
|
||||
import asyncio
|
||||
|
||||
from aiohomekit.exceptions import (
|
||||
AccessoryDisconnectedError,
|
||||
|
@ -108,7 +107,7 @@ CHARACTERISTIC_PLATFORMS = {
|
|||
}
|
||||
|
||||
STARTUP_EXCEPTIONS = (
|
||||
asyncio.TimeoutError,
|
||||
TimeoutError,
|
||||
AccessoryNotFoundError,
|
||||
EncryptionError,
|
||||
AccessoryDisconnectedError,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue