home-assistant.io/source/_components/binary_sensor.ring.markdown
Fabian Affolter 5d14395631
Update title
2017-04-01 22:14:51 +02:00

1.1 KiB

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

To get your Ring.com binary sensors working within Home Assistant, please follow the instructions for the general Ring component.

Once you have enabled the Ring component, add the following to your configuration.yaml file:

# Example configuration.yaml entry
binary_sensor:
  - platform: ring
    monitored_conditions:
      - ding
      - motion

Configuration variables:

  • 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 a moviment was detected by the Ring doorbell.

Currently only doorbells are supported by this sensor.