From a6790dbff6705eed0128b40008816130c08aba31 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 26 Oct 2017 10:32:01 +0200 Subject: [PATCH] Remove template --- source/_components/google_domains.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/google_domains.markdown b/source/_components/google_domains.markdown index cfee608eb67..5c5a3009abe 100644 --- a/source/_components/google_domains.markdown +++ b/source/_components/google_domains.markdown @@ -21,11 +21,11 @@ To use the component in your installation, add the following to your `configurat # Example configuration.yaml entry google_domains: domain: subdomain.domain.com - username: abc123 - password: xyz345 + username: YOUR_USERNAME + password: YOUR_PASSWORD ``` -{% configuration binary_sensor.template %} +{% configuration %} domain: description: Your FQDN. required: true