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
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,7 @@ Replaces the full tool catalog (~92 tools, ~46K tokens) with search-based discov
225
225
226
226
Requires add-on restart to take effect.
227
227
228
+
<<<<<<< HEAD
228
229
### enable_code_mode
229
230
230
231
**Default:**`false`
@@ -246,6 +247,36 @@ Enables the `ha_manage_custom_tool` — a sandboxed "escape hatch" that lets AI
246
247
**When to leave disabled (default):**
247
248
- Standard use cases covered by existing tools
248
249
- You want to restrict the AI to pre-built tools only
250
+
=======
251
+
### disabled_tools
252
+
253
+
**Default:**`["ha_config_set_yaml"]`
254
+
255
+
A list of tools or tool groups to disable. Accepts:
256
+
257
+
-**Individual tool names** (e.g., `ha_hacs_download`) — disables that specific tool
258
+
-**Group names** (e.g., `HACS`) — disables all tools in that group
259
+
260
+
**Available groups:** Add-ons, Areas & Floors, Automations, Blueprints, Calendar, Camera, Dashboards, Device Registry, Entity Registry, Files, Groups, HACS, Helper Entities, History & Statistics, Integrations, Labels & Categories, Scripts, Search & Discovery, Service & Device Control, System, Todo Lists, Utilities, Zones
261
+
262
+
**Mandatory tools** that cannot be disabled (silently re-enabled): `ha_search_entities`, `ha_get_overview`, `ha_get_state`, `ha_report_issue`. When tool search is enabled, the search and proxy tools are also mandatory.
263
+
264
+
Requires add-on restart to take effect.
265
+
266
+
### pinned_tools
267
+
268
+
**Default:**`[]` (empty)
269
+
270
+
Additional tool names to keep always visible when tool search is enabled. These are shown alongside the default pinned tools without requiring a search. Has no effect when tool search is disabled.
271
+
272
+
Requires add-on restart to take effect.
273
+
274
+
### tool_search_max_results
275
+
276
+
**Default:**`5`
277
+
278
+
Maximum number of results returned by `ha_search_tools` when tool search is enabled. Lower values (2-3) save context tokens but may miss relevant tools. Range: 2-10.
279
+
>>>>>>> pr-857
249
280
250
281
Requires add-on restart to take effect.
251
282
@@ -254,6 +285,12 @@ Requires add-on restart to take effect.
0 commit comments