home-assistant.io/source/_components/sensor.ring.markdown
2019-02-11 19:24:46 +01:00

1.7 KiB

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

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

{% linkable_title Configuration %}

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

# Example configuration.yaml entry
sensor:
  - platform: ring

{% configuration %} monitored_conditions: type: list required: false description: Conditions to display in the frontend. The following conditions can be monitored. If not specified, all conditions below will be enabled. keys: battery: description: Return the battery level from device. last_activity: description: Return the timestamp from the last event captured (ding/motion/on demand) by the Ring doorbell camera. last_ding: description: Return the timestamp from the last time the Ring doorbell button was pressed. last_motion: description: Return the timestamp from the last motion event captured by the Ring doorbell camera. volume: description: Return the volume level from the device. wifi_signal_category: description: Return the WiFi signal level from the device. wifi_signal_strength: description: Return the WiFi signal strength (dBm) from the device. {% endconfiguration %}

Currently it supports doorbell, external chimes and stickup cameras.