From b5eafe8b2f9af5a1ffa648e8118845e9963b44fd Mon Sep 17 00:00:00 2001 From: gngj Date: Thu, 31 Oct 2019 11:59:53 +0200 Subject: [PATCH] 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 * Add missing table element --- source/_integrations/duckdns.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_integrations/duckdns.markdown b/source/_integrations/duckdns.markdown index cabe4677fcd..2d1344aa704 100644 --- a/source/_integrations/duckdns.markdown +++ b/source/_integrations/duckdns.markdown @@ -31,6 +31,15 @@ duckdns: 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. | + +
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.