{
  "source": "built-in",
  "visibility": "public",
  "listed": true,
  "version": "1.0.0",
  "docsUrl": "https://developers.alyt.com/connectors/switchbot",
  "kind": "SWITCHBOT",
  "name": "SwitchBot",
  "icon": "thermometer",
  "promise": "SwitchBot meters, plugs and curtains, through the SwitchBot cloud and your hub.",
  "connectivity": "cloud",
  "brings": [
    "sensor",
    "switch",
    "cover"
  ],
  "connect": {
    "method": "form",
    "help": "The token and secret are in the SwitchBot app: Profile, Preferences, tap the version number ten times, Developer Options.",
    "fields": [
      {
        "key": "token",
        "label": "Token",
        "kind": "password",
        "secret": true,
        "required": true
      },
      {
        "key": "secret",
        "label": "Secret",
        "kind": "password",
        "secret": true,
        "required": true
      }
    ]
  },
  "discovery": {
    "verb": "Look for SwitchBot devices"
  },
  "disconnect": {
    "consequence": "{count} {things} stop answering until it is connected again."
  },
  "author": {
    "kind": "alyt",
    "name": "ALYT",
    "url": "https://alyt.com"
  },
  "verification": {
    "level": "proven",
    "at": "2026-09-03T23:05:00.000Z"
  }
}