Poll HomeKit Controller locks for state after lock operation (#82058)
This commit is contained in:
parent
bbda122c99
commit
1ded3ac51e
5 changed files with 39 additions and 2 deletions
|
@ -107,3 +107,10 @@ STARTUP_EXCEPTIONS = (
|
|||
EncryptionError,
|
||||
AccessoryDisconnectedError,
|
||||
)
|
||||
|
||||
# 10 seconds was chosen because its soon enough
|
||||
# for most state changes to happen but not too
|
||||
# long that the BLE connection is dropped. It
|
||||
# also happens to be the same value used by
|
||||
# the update coordinator.
|
||||
DEBOUNCE_COOLDOWN = 10 # seconds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue