{
  "source": "built-in",
  "visibility": "public",
  "listed": true,
  "version": "1.0.0",
  "docsUrl": "https://developers.alyt.com/connectors/homekit",
  "kind": "HOMEKIT",
  "name": "HomeKit accessory",
  "icon": "house",
  "promise": "An accessory that speaks HomeKit, paired locally with its setup code.",
  "connectivity": "local",
  "brings": [
    "thermostat",
    "light",
    "switch",
    "sensor",
    "lock"
  ],
  "connect": {
    "method": "pair",
    "help": "The eight-digit setup code printed on the accessory or shown in its app.",
    "fields": [
      {
        "key": "setupCode",
        "label": "Setup code",
        "kind": "text",
        "secret": true,
        "required": true,
        "placeholder": "XXX-XX-XXX"
      }
    ]
  },
  "discovery": {
    "verb": "Look for accessories"
  },
  "disconnect": {
    "consequence": "{count} {things} stop answering until it is connected again."
  },
  "author": {
    "kind": "alyt",
    "name": "ALYT",
    "url": "https://alyt.com"
  },
  "verification": {
    "level": "declared"
  }
}