{
  "source": "built-in",
  "visibility": "public",
  "listed": true,
  "version": "1.0.0",
  "docsUrl": "https://developers.alyt.com/connectors/ring",
  "kind": "RING",
  "name": "Ring",
  "icon": "cctv",
  "promise": "Ring cameras and doorbells: the last motion and the last ring, battery, and a floodlight's switch, through Ring's cloud.",
  "connectivity": "cloud",
  "brings": [
    "camera",
    "button",
    "sensor",
    "switch"
  ],
  "connect": {
    "method": "signIn",
    "help": "Sign in with the Ring account; Ring then sends a verification code by text or email, which is asked for next. The password is used once and never kept. Ring offers no local path. Live view and pictures are not carried yet.",
    "fields": [
      {
        "key": "email",
        "label": "Ring account email",
        "kind": "email",
        "secret": false,
        "required": true
      },
      {
        "key": "password",
        "label": "Ring account password",
        "kind": "password",
        "secret": true,
        "required": true
      }
    ]
  },
  "discovery": {
    "verb": "Look for Ring 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-04T01:50:00.000Z"
  }
}