From de23dc5646f36af780a292846a12a9c2ec721c7f Mon Sep 17 00:00:00 2001 From: Adam <22942687+SilvrrGIT@users.noreply.github.com> Date: Wed, 3 Oct 2018 10:20:50 -0500 Subject: [PATCH] Update duckdns.markdown (#6469) * Update duckdns.markdown I thought this note was there previously, just a helpful note to avoid double dipping for some users. * Small fixes * Update style for configuration sample --- source/_components/duckdns.markdown | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/_components/duckdns.markdown b/source/_components/duckdns.markdown index 96f9fc3c917..7b67ed702e3 100644 --- a/source/_components/duckdns.markdown +++ b/source/_components/duckdns.markdown @@ -22,8 +22,8 @@ To use the component in your installation, add the following to your `configurat ```yaml # Example configuration.yaml entry duckdns: - domain: mysubdomain - access_token: abcdefgh + domain: YOUR_SUBDOMAIN + access_token: YOUR_ACCSS_TOKEN ``` {% configuration duckdns %} @@ -36,3 +36,7 @@ duckdns: required: true type: string {% endconfiguration %} + +

+If you are running the Hass.io [DuckDNS add-on](/addons/duckdns/) this component is not required. The add-on will keep your IP updated with DuckDNS. +