From bc61b84e2bfa40e7ff5ed0490edb54c2d315ac75 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 20 Feb 2020 13:06:09 -0800 Subject: [PATCH] Remove YAML config from Ring (#12145) --- source/_integrations/ring.markdown | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/source/_integrations/ring.markdown b/source/_integrations/ring.markdown index f5349ee38ae9..28170fea1c49 100644 --- a/source/_integrations/ring.markdown +++ b/source/_integrations/ring.markdown @@ -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