mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-16 07:58:58 +00:00

* Re-branding; part 1 * Update source/_docs/configuration/troubleshooting.markdown Co-Authored-By: Paulus Schoutsen <balloob@gmail.com> * Update source/_docs/configuration/yaml.markdown Co-Authored-By: Paulus Schoutsen <balloob@gmail.com> * Process review suggestions * Remove Porosity page * Update source/_docs/z-wave/installation.markdown Co-Authored-By: Paulus Schoutsen <balloob@gmail.com> * Process review suggestions Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
1.2 KiB
1.2 KiB
title, description, logo, ha_category, ha_release
title | description | logo | ha_category | ha_release | |
---|---|---|---|---|---|
Duck DNS | Keep your computer registered with the DuckDNS dynamic DNS. | duckdns.png |
|
0.55 |
With the DuckDNS integration 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.
If you are running the Home Assistant DuckDNS add-on this integration is not required. The add-on will keep your IP updated with DuckDNS.
Configuration
To use the integration in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
duckdns:
domain: YOUR_SUBDOMAIN
access_token: YOUR_ACCESS_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 %}
Service set_txt
Set the TXT record of your DuckDNS subdomain.
Service data attribute | Optional | Description |
---|---|---|
txt |
no | Payload for the TXT record. |