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
896 B
JSON
12 lines
896 B
JSON
{
|
|
"Home assistant IP": "IP do assistente doméstico",
|
|
"Home assistant WS Port": "Assistente doméstico Porta WS",
|
|
"Password repeat": "Repetição de senha",
|
|
"Password": "Senha",
|
|
"Passwords missmatch!": "As senhas não correspondem!",
|
|
"Secure": "HTTPS?",
|
|
"Exclude patterns (one per line)": "Padrões de exclusão (um por linha)",
|
|
"Glob patterns, * wildcard. Lines starting with # are comments. Empty = filter off.": "Padrões glob, * como wildcard. Linhas começando com # são comentários. Vazio = filtro desligado.",
|
|
"Verbose filter logging": "Registro detalhado do filtro",
|
|
"When enabled, log each excluded entity_id individually during the initial adapter sync (requires loglevel info or debug).": "Quando ativado, cada entity_id excluído é registrado individualmente durante a sincronização inicial do adaptador (requer loglevel info ou debug)."
|
|
} |