Device automation triggers for stateless HomeKit accessories (#39090)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
741487a1fc
commit
988a467afd
11 changed files with 915 additions and 4 deletions
|
@ -4,6 +4,7 @@ DOMAIN = "homekit_controller"
|
|||
KNOWN_DEVICES = f"{DOMAIN}-devices"
|
||||
CONTROLLER = f"{DOMAIN}-controller"
|
||||
ENTITY_MAP = f"{DOMAIN}-entity-map"
|
||||
TRIGGERS = f"{DOMAIN}-triggers"
|
||||
|
||||
HOMEKIT_DIR = ".homekit"
|
||||
PAIRING_FILE = "pairing.json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue