You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ha_mcp/settings_ui/locales/en.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,8 @@
98
98
"visibility.enforce.title": "Enforce mode",
99
99
"visibility.enforce.help": "Extends the filter from decluttering search and overview to every tool read. A direct read of a hidden entity returns “not found”, and a content read (dashboard, template, automation, trace, log, or file) that would surface a hidden entity is refused. Best-effort concealment against incidental exposure, not a hardened security boundary.",
100
100
"visibility.enforce.only_enforced": "Make hidden entities unreadable across all tools (not just search)",
101
+
"visibility.enforce.report_issue_help": "The issue-report tool stays available by default so it can collect diagnostics when visibility data cannot be loaded. Enable this only if issue reports and logs must also be checked for hidden entity IDs.",
102
+
"visibility.enforce.restrict_report_issue": "Apply enforce mode to ha_report_issue",
101
103
"visibility.categories.title": "Hide by category",
102
104
"visibility.categories.help": "Home Assistant tags auto-generated entities as diagnostic or config.",
103
105
"visibility.categories.legend": "Entity categories to hide",
<pclass="a11y-section-help" data-i18n="visibility.enforce.help">Extends the filter from decluttering search and overview to every tool read. A direct read of a hidden entity returns “not found”, and a content read (dashboard, template, automation, trace, log, or file) that would surface a hidden entity is refused. Best-effort concealment against incidental exposure, not a hardened security boundary.</p>
489
489
<labelclass="a11y-option"><inputtype="checkbox" id="visibility-enforce"><spandata-i18n="visibility.enforce.only_enforced">Make hidden entities unreadable across all tools (not just search)</span></label>
490
+
<pclass="a11y-section-help" data-i18n="visibility.enforce.report_issue_help">The issue-report tool stays available by default so it can collect diagnostics when visibility data cannot be loaded. Enable this only if issue reports and logs must also be checked for hidden entity IDs.</p>
491
+
<labelclass="a11y-option"><inputtype="checkbox" id="visibility-restrict-report-issue"><spandata-i18n="visibility.enforce.restrict_report_issue">Apply enforce mode to ha_report_issue</span></label>
0 commit comments