mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 12:30:31 +00:00
Device automation triggers for stateless HomeKit accessories (#39090)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user