1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 05:57:01 +00:00
Files
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."
}
}
}
}
}