mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-04 10:08:57 +00:00
1.4 KiB
1.4 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
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-05 10:00 | true | false | true | true | ring.png | Sensor | 0.40 |
The ring
sensor allows you to integrate your Ring.com devices in Home Assistant.
Currently it supports doorbells and external chimes only.
To enable device linked in your Ring.com account, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: ring
username: USERNAME
password: PASSWORD
monitored_conditions:
- battery
- last_activity
- volume
Configuration variables:
- username (Required): The username for accessing your Ring account.
- password (Required): The password for accessing your Ring account.
- scan_interval (Optional): Defines the update interval of the sensor in seconds. The default is 30 seconds.
- monitored_conditions array (Required): Conditions to display in the frontend. The following conditions can be monitored.
- battery: Return the battery level from device
- last_activity: Return the timestamp from the last event captured by the Ring doorbell camera
- volume: Return the volume level from the device. Currently supported by external chimes and doorbells.