Adam de23dc5646 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
2018-10-03 17:20:49 +02:00

1.2 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured, ha_release
layout title description date sidebar comments sharing footer logo ha_category featured ha_release
page DuckDNS Keep your computer registered with the DuckDNS dynamic DNS. 2017-09-23 07:08 true false true true duckdns.png Network false 0.55

With the DuckDNS component you can keep your DuckDNS record up to date. DuckDNS is a free dynamic DNS service that allows you to point a subdomain under duckdns.org at your computer.

{% linkable_title Configuration %}

To use the component in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
duckdns:
  domain: YOUR_SUBDOMAIN
  access_token: YOUR_ACCSS_TOKEN

{% configuration duckdns %} domain: description: Your duckdns subdomain (without the .duckdns.org suffix). required: true type: string access_token: description: Your DuckDNS access token. Log in to the site to get one. 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.