home-assistant.github.io/source/_components/binary_sensor.ring.markdown
2017-03-31 20:53:18 +02:00

1.2 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release
page Ring Instructions on how to integrate your Ring.com devices within Home Assistant. 2017-03-10 10:00 true false true true ring.png Binary Sensor 0.40

The ring binary sensor 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
binary_sensor:
  - platform: ring
    username: USERNAME
    password: PASSWORD
    monitored_conditions:
      - ding
      - motion

Configuration variables:

  • username (Required): The username for accessing your Ring account.
  • password (Required): The password for accessing your Ring account.
  • monitored_conditions array (Required): Conditions to display in the frontend. The following conditions can be monitored.
    • ding: Return a boolean value when the doorbell button was pressed.
    • motion: Return a boolean value when the a moviment was detected by the Ring doorbell.