New `verboseFilterLog` boolean (default `false`). When enabled, the initial sync logs every excluded entity_id individually on INFO level. This is useful when iterating on exclude patterns or verifying that the filter catches the intended entities. The verbose output is intentionally limited to the first sync. Subsequent debouncedSync() calls only emit the aggregate count to avoid log spam during normal operation. Live `state_changed` events for filtered entities remain on DEBUG. Admin UI gets a checkbox below the patterns field; i18n keys added for all 11 supported languages.
12 lines
875 B
JSON
12 lines
875 B
JSON
{
|
|
"Home assistant IP": "Thuisassistent IP",
|
|
"Home assistant WS Port": "Thuisassistent WS Poort",
|
|
"Password repeat": "Wachtwoord herhalen",
|
|
"Password": "Wachtwoord",
|
|
"Passwords missmatch!": "Wachtwoorden komen niet overeen!",
|
|
"Secure": "HTTPS?",
|
|
"Exclude patterns (one per line)": "Uitsluitpatronen (één per regel)",
|
|
"Glob patterns, * wildcard. Lines starting with # are comments. Empty = filter off.": "Glob-patronen, * als wildcard. Regels die beginnen met # zijn commentaar. Leeg = filter uit.",
|
|
"Verbose filter logging": "Uitgebreide filterlogging",
|
|
"When enabled, log each excluded entity_id individually during the initial adapter sync (requires loglevel info or debug).": "Indien ingeschakeld, wordt elke uitgesloten entity_id afzonderlijk gelogd tijdens de initiële adapter-synchronisatie (vereist loglevel info of debug)."
|
|
} |