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. +