Ring Binary Sensor
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.