Add storage for cacheable homekit entity maps. (#23191)

This commit is contained in:
Jc2k
2019-04-18 16:55:34 +01:00
committed by Paulus Schoutsen
parent f57191e8dd
commit 4ac9a2e9de
9 changed files with 373 additions and 29 deletions

View File

@@ -3,6 +3,7 @@ DOMAIN = 'homekit_controller'
KNOWN_DEVICES = "{}-devices".format(DOMAIN)
CONTROLLER = "{}-controller".format(DOMAIN)
ENTITY_MAP = '{}-entity-map'.format(DOMAIN)
HOMEKIT_DIR = '.homekit'
PAIRING_FILE = 'pairing.json'