mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 22:36:51 +00:00
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
This commit is contained in:
parent
77ea57b161
commit
de23dc5646
@ -22,8 +22,8 @@ To use the component in your installation, add the following to your `configurat
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
duckdns:
|
duckdns:
|
||||||
domain: mysubdomain
|
domain: YOUR_SUBDOMAIN
|
||||||
access_token: abcdefgh
|
access_token: YOUR_ACCSS_TOKEN
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration duckdns %}
|
{% configuration duckdns %}
|
||||||
@ -36,3 +36,7 @@ duckdns:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
<p class='note'>
|
||||||
|
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.
|
||||||
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user