mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +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
|
||||
# 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 %}
|
||||
|
||||
<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