* 🐛 Remove url requirement * ⚡️ Ignore dnshole in widget when not contactable * ✨ Error tile for dns-control instead of load loop
18 lines
503 B
JSON
18 lines
503 B
JSON
{
|
|
"descriptor": {
|
|
"name": "DNS hole controls",
|
|
"description": "Control PiHole or AdGuard from your dashboard",
|
|
"settings": {
|
|
"title": "DNS hole controls settings",
|
|
"showToggleAllButtons": {
|
|
"label": "Show 'Enable/Disable All' Buttons"
|
|
}
|
|
},
|
|
"errors": {
|
|
"general": {
|
|
"title": "Unable to find a DNS hole",
|
|
"text": "There was a problem connecting to your DNS Hole(s). Please verify your configuration/integration(s)."
|
|
}
|
|
}
|
|
}
|
|
} |