Store HomeKit generated accessory id against unique_id where possible (#33109)
* HomeKit: Store generated aid against unique_id where possible * Fix conflict * Fix max accessories check * homekit counts the bridge as an accessory * Add coverage for aidmanager * prepare for merge Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
3259ba6116
commit
a80ce60e75
8 changed files with 317 additions and 40 deletions
|
@ -5,6 +5,7 @@ DEVICE_PRECISION_LEEWAY = 6
|
|||
DOMAIN = "homekit"
|
||||
HOMEKIT_FILE = ".homekit.state"
|
||||
HOMEKIT_NOTIFY_ID = 4663548
|
||||
AID_STORAGE = "homekit-aid-allocations"
|
||||
|
||||
|
||||
# #### Attributes ####
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue