mirror of
https://github.com/home-assistant/core.git
synced 2026-08-19 21:01:05 +01:00
15 lines
276 B
JSON
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"
|
|
}
|
|
}
|
|
}
|