From bfe4a85e9d5255fb8dd64b97ae7222f980c83fe0 Mon Sep 17 00:00:00 2001 From: gngj Date: Thu, 31 Oct 2019 10:51:15 +0200 Subject: [PATCH] Fill services.yaml for duckdns (#28248) * Fill services.yaml for duckdns * Apply suggestions from code review Co-Authored-By: Fabian Affolter --- homeassistant/components/duckdns/services.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/homeassistant/components/duckdns/services.yaml b/homeassistant/components/duckdns/services.yaml index e69de29bb2d..8c353a0b3cd 100644 --- a/homeassistant/components/duckdns/services.yaml +++ b/homeassistant/components/duckdns/services.yaml @@ -0,0 +1,6 @@ +set_txt: + description: Set the TXT record of your DuckDNS subdomain. + fields: + txt: + description: Payload for the TXT record. + example: 'This domain name is reserved for use in documentation'