Skip to content

Commit 7e3f5c1

Browse files
kingpanther13claude
andcommitted
fix: default enable_skills_as_tools to true
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1ada044 commit 7e3f5c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

homeassistant-addon-dev/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ image: "ghcr.io/homeassistant-ai/ha-mcp-addon-dev-{arch}"
2525
options:
2626
backup_hint: "normal"
2727
enable_skills: true
28-
enable_skills_as_tools: false
28+
enable_skills_as_tools: true
2929
enable_tool_search: false
3030
enable_yaml_config_editing: false
3131
tool_search_max_results: 5

homeassistant-addon/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ image: "ghcr.io/homeassistant-ai/ha-mcp-addon-{arch}"
2424
options:
2525
backup_hint: "normal"
2626
enable_skills: true
27-
enable_skills_as_tools: false
27+
enable_skills_as_tools: true
2828
enable_tool_search: false
2929
enable_yaml_config_editing: false
3030
tool_search_max_results: 5

0 commit comments

Comments
 (0)