Ring


The ring implementation allows you to integrate your Ring.com devices in Home Assistant.

Currently only doorbells are supported by this sensor.

To enable device linked in your Ring.com account, add the following to your configuration.yaml file:

# Example configuration.yaml entry
ring:
  username: you@example.com
  password: secret

Configuration variables:

  • username (Required): The username for accessing your Ring account.
  • password (Required): The password for accessing your Ring account.

Finish its configuration by visiting the Ring binary sensor or Ring sensor documentation.