mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-06 02:58:57 +00:00
1.0 KiB
1.0 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-04-01 10:00 | true | false | true | true | ring.png | Hub | 0.42 |
The ring
implementation allows you to integrate your Ring.com devices in Home Assistant.
Currently only doorbells are supported by this sensor.
To enable device linked in your Ring.com account, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
ring:
username: YOUR_USERNAME
password: YOUR_PASSWORD
{% configuration %} username: description: The username for accessing your Ring account. required: true type: string password: description: The password for accessing your Ring account. required: true type: string {% endconfiguration %}
Finish its configuration by visiting the Ring binary sensor or Ring sensor documentation.