Homekit refactor (#13707)

This commit is contained in:
cdce8p 2018-04-11 22:24:14 +02:00 committed by Johann Kellerman
parent 8d48164f25
commit 2a5751c09d
22 changed files with 275 additions and 332 deletions

View file

@ -18,8 +18,6 @@ DEFAULT_PORT = 51827
SERVICE_HOMEKIT_START = 'start'
# #### STRING CONSTANTS ####
ACCESSORY_MODEL = 'homekit.accessory'
ACCESSORY_NAME = 'Home Accessory'
BRIDGE_MODEL = 'homekit.bridge'
BRIDGE_NAME = 'Home Assistant'
MANUFACTURER = 'HomeAssistant'