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: homeassistant-addon/DOCS.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -292,10 +292,11 @@ The policy engine is in beta. Off by default. Requires add-on restart to take ef
292
292
**Example Configuration:**
293
293
294
294
```yaml
295
-
backup_hint: normal
296
-
secret_path: "" # Leave empty for auto-generation
295
+
enable_per_tool_approval: true
297
296
```
298
297
298
+
Per-tool rules (including argument predicates like `args.domain in ['lock', 'alarm_control_panel']`) are configured from the **Policies** tab in the web UI, not from `config.yaml`.
299
+
299
300
*Inspired by [PolicyLayer](https://policylayer.com/)'s policy DSL shape, originally proposed in [#966](https://github.com/homeassistant-ai/ha-mcp/issues/966) by [@L1AD](https://github.com/L1AD).*
0 commit comments