You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_addons/duckdns.markdown
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
layout: page
3
-
title: "Duck DNS"
3
+
title: "DuckDNS"
4
4
description: "Automatically update your Duck DNS IP address."
5
5
date: 2017-04-30 13:28
6
6
sidebar: true
@@ -10,7 +10,7 @@ footer: true
10
10
featured: true
11
11
---
12
12
13
-
[Duck DNS](https://duckdns.org/) is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice.
13
+
[Duck DNS](https://duckdns.org/) is a free dynamic DNS service. Using this service you can have a custom domainname under duckdns.org point at your home computer.
description: "Keep your computer registered with the DuckDNS dynamic DNS."
5
+
date: 2017-09-23 07:08
6
+
sidebar: true
7
+
comments: false
8
+
sharing: true
9
+
footer: true
10
+
logo: duckdns.png
11
+
ha_category: Utility
12
+
featured: false
13
+
ha_release: 0.55
14
+
---
15
+
16
+
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.
17
+
18
+
To use the component in your installation, add the following to your `configuration.yaml` file:
19
+
20
+
```yaml
21
+
# Example configuration.yaml entry
22
+
duckdns:
23
+
domain: mysubdomain
24
+
access_token: abcdefgh
25
+
```
26
+
27
+
{% configuration binary_sensor.template %}
28
+
domain:
29
+
description: Your duckdns subdomain (without the `.duckdns.org` suffix).
30
+
required: true
31
+
type: string
32
+
access_token:
33
+
description: Your DuckDNS access token. Log in to the site to get one.
0 commit comments