core/homeassistant/components/duckdns/strings.json

15 lines
276 B
JSON

{
"services": {
"set_txt": {
"name": "Set TXT",
"description": "Sets the TXT record of your DuckDNS subdomain.",
"fields": {
"txt": {
"name": "TXT",
"description": "Payload for the TXT record."
}
}
}
}
}