Skip to content

Commit

Permalink
Remove YAML config from Ring (home-assistant#12145)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Feb 20, 2020
1 parent 93120d2 commit bc61b84
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions source/_integrations/ring.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,7 @@ This component does NOT allow for live viewing of your Ring camera within Home A

Go to the integrations page in your configuration and click on new integration -> Ring.

## YAML configuration

YAML configuration is around for people that prefer YAML, but it's not preferred! The YAML method does not work with two-factor authentication and it requires you to store your username/password. The normal method only requires you to enter username/password once.

To enable device linked in your [Ring.com](https://ring.com/) account, add the following to your `configuration.yaml` file:

```yaml
# 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 %}
YAML configuration is no longer available because it cannot handle two-factor authentication.

## Binary Sensor

Expand Down

0 comments on commit bc61b84

Please sign in to comment.