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
866 B
JSON
12 lines
866 B
JSON
{
|
|
"Home assistant IP": "IP-Adresse von Home Assistant",
|
|
"Home assistant WS Port": "Home Assistant WebSocket-Port",
|
|
"Password repeat": "Passwort wiederholen",
|
|
"Password": "Passwort",
|
|
"Passwords missmatch!": "Passwörter stimmen nicht überein!",
|
|
"Secure": "HTTPS?",
|
|
"Exclude patterns (one per line)": "Filter-Patterns (eines pro Zeile)",
|
|
"Glob patterns, * wildcard. Lines starting with # are comments. Empty = filter off.": "Glob-Patterns mit * als Wildcard. Zeilen mit # sind Kommentare. Leer = Filter aus.",
|
|
"Verbose filter logging": "Ausführliches Filter-Logging",
|
|
"When enabled, log each excluded entity_id individually during the initial adapter sync (requires loglevel info or debug).": "Wenn aktiv: jede ausgeschlossene entity_id wird beim initialen Adapter-Sync einzeln geloggt (benötigt Loglevel info oder debug)."
|
|
} |