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
892 B
JSON
12 lines
892 B
JSON
{
|
|
"Home assistant IP": "Adres IP asystenta domowego",
|
|
"Home assistant WS Port": "Asystent domowy Port WS",
|
|
"Password repeat": "Powtórz hasło",
|
|
"Password": "Hasło",
|
|
"Passwords missmatch!": "Niezgodność haseł!",
|
|
"Secure": "HTTPS?",
|
|
"Exclude patterns (one per line)": "Wzorce wykluczeń (jeden na linię)",
|
|
"Glob patterns, * wildcard. Lines starting with # are comments. Empty = filter off.": "Wzorce glob, * jako symbol wieloznaczny. Linie zaczynające się od # to komentarze. Puste = filtr wyłączony.",
|
|
"Verbose filter logging": "Szczegółowe logowanie filtra",
|
|
"When enabled, log each excluded entity_id individually during the initial adapter sync (requires loglevel info or debug).": "Gdy włączone, każde wykluczone entity_id jest logowane osobno podczas początkowej synchronizacji adaptera (wymaga poziomu logowania info lub debug)."
|
|
} |