JSON-Config field `excludePatterns` (multiline textarea, 6 rows by default, full width). Help text explains the syntax: glob with `*`, `#` for comments, empty = filter inactive. i18n translations added for all 11 supported languages so the label and help text are localised consistently with the rest of the admin UI.
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"i18n": true,
|
|
"type": "panel",
|
|
"items": {
|
|
"host": {
|
|
"type": "text",
|
|
"label": "Home assistant IP",
|
|
"sm": 12,
|
|
"md": 6,
|
|
"lg": 4
|
|
},
|
|
"port": {
|
|
"type": "number",
|
|
"label": "Home assistant WS Port",
|
|
"min": 1,
|
|
"max": 65535,
|
|
"sm": 12,
|
|
"md": 6,
|
|
"lg": 4
|
|
},
|
|
"_divider1": {
|
|
"type": "divider"
|
|
},
|
|
"password": {
|
|
"type": "password",
|
|
"label": "Password",
|
|
"repeat": true,
|
|
"visible": true,
|
|
"sm": 12,
|
|
"md": 6,
|
|
"lg": 4
|
|
},
|
|
"_divider2": {
|
|
"type": "divider"
|
|
},
|
|
"secure": {
|
|
"type": "checkbox",
|
|
"label": "Secure",
|
|
"sm": 12,
|
|
"md": 6,
|
|
"lg": 4
|
|
},
|
|
"_divider3": {
|
|
"type": "divider"
|
|
},
|
|
"excludePatterns": {
|
|
"type": "text",
|
|
"label": "Exclude patterns (one per line)",
|
|
"help": "Glob patterns, * wildcard. Lines starting with # are comments. Empty = filter off.",
|
|
"multiline": true,
|
|
"minRows": 6,
|
|
"sm": 12
|
|
}
|
|
}
|
|
}
|