When enabled, on each adapter start the adapter scans all existing hass.0.entities.* channels and deletes those whose entity_id matches any of the configured excludePatterns. This complements the existing filter (which only prevents new objects from being created) by also cleaning up objects that were synced before the filter was activated or before the patterns were extended. Safety: - Channels (and any of their sub-states) holding common.custom config (history/influxdb/sql) are kept and a warning is logged so the user can decide manually. - Existing deleteStaleObjects() 50% sanity-guard is intentionally NOT applied here — the user explicitly opted in to the cleanup. - Per-id deletion only logs when verboseFilterLog is also active. Default is false (opt-in). Adds new admin checkbox + i18n keys for all 11 languages (machine translations for non-en/de still pending).
15 lines
1.4 KiB
JSON
15 lines
1.4 KiB
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).",
|
|
"Cleanup excluded entities on adapter start": "Cleanup excluded entities on adapter start",
|
|
"When enabled, on each adapter start delete existing objects under entities.* whose entity_id matches the exclude patterns. Objects with custom adapter config (history/influxdb/sql) are kept and logged.": "When enabled, on each adapter start delete existing objects under entities.* whose entity_id matches the exclude patterns. Objects with custom adapter config (history/influxdb/sql) are kept and logged."
|
|
}
|