mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +00:00
Add description for undocumented service in duckdns (#11006)
* Add description for undocumented service in duckdns * Apply suggestions from code review Co-Authored-By: Fabian Affolter <mail@fabian-affolter.ch> * Add missing table element
This commit is contained in:
parent
5d57cc6968
commit
b5eafe8b2f
@ -31,6 +31,15 @@ duckdns:
|
|||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
## Service `set_txt`
|
||||||
|
|
||||||
|
Set the TXT record of your DuckDNS subdomain.
|
||||||
|
|
||||||
|
| Service data attribute | Optional | Description |
|
||||||
|
| ---------------------- | -------- | ----------- |
|
||||||
|
| `txt` | no | Payload for the TXT record. |
|
||||||
|
|
||||||
|
|
||||||
<div class='note'>
|
<div class='note'>
|
||||||
|
|
||||||
If you are running the Hass.io [DuckDNS add-on](/addons/duckdns/) this integration is not required. The add-on will keep your IP updated with DuckDNS.
|
If you are running the Hass.io [DuckDNS add-on](/addons/duckdns/) this integration is not required. The add-on will keep your IP updated with DuckDNS.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user