Files
core/homeassistant/components/duckdns/strings.json
T

15 lines
276 B
JSON

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