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
818 B
JSON
12 lines
818 B
JSON
{
|
||
"Home assistant IP": "家庭助理IP:",
|
||
"Home assistant WS Port": "家庭助理 WS 端口:",
|
||
"Password repeat": "密码重复:",
|
||
"Password": "密码:",
|
||
"Passwords missmatch!": "密码不匹配!",
|
||
"Secure": "HTTPS?",
|
||
"Exclude patterns (one per line)": "排除模式(每行一个)",
|
||
"Glob patterns, * wildcard. Lines starting with # are comments. Empty = filter off.": "Glob 模式,* 通配符。以 # 开头的行是注释。为空 = 过滤器关闭。",
|
||
"Verbose filter logging": "详细过滤器日志",
|
||
"When enabled, log each excluded entity_id individually during the initial adapter sync (requires loglevel info or debug).": "启用后,在适配器初始同步期间单独记录每个被排除的 entity_id(需要日志级别 info 或 debug)。"
|
||
} |