home-assistant.io/source/_components/binary_sensor.ring.markdown
Marcelo Moreira de Mello 9a045c53a3
Added Ring Camera component documentation and added new sensors (#3682)
* Added Ring Camera component documentation and added new sensors

* Kept only the basic as example for the component

* Added scan_interval option to camera ring documentation

* Rephrased statement
2017-10-31 20:19:53 +01:00

1.1 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
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 Cloud Polling

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

Configuration variables:

  • monitored_conditions array (Optional): Conditions to display in the frontend. The following conditions can be monitored. If not specified, all conditions below will be enabled.
    • ding: Return a boolean value when the doorbell button was pressed.
    • motion: Return a boolean value when a movement was detected by the Ring doorbell.

Currently it supports doorbell, external chimes and stickup cameras.