Skip to content

Commit 012559c

Browse files
julienldjulienldclaude
authored
docs: add ha_deep_search tool to documentation (#20)
Add missing documentation for the ha_deep_search tool introduced in PR #19. This tool searches within automation triggers, script sequences, and helper configurations, not just entity names. Changes: - Add ha_deep_search to README.md Search & Discovery Tools table - Add "Deep Configuration Search" to README.md features list - Add ha_deep_search to addon DOCS.md Core Tools section - Add "Deep Search" to addon DOCS.md key features 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: julienld <julien@LAPTOP.localdomain> Co-authored-by: Claude <noreply@anthropic.com>
1 parent 9c83294 commit 012559c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
### 🔍 Discover, Search and Query
3434
- **Fuzzy Entity Search**: Comprehensive search with similar words tolerance
35+
- **Deep Configuration Search**: Search within automation triggers, script sequences, and helper configurations
3536
- **AI-Optimized System Overview**: Complete system analysis showing entity counts, areas, and device status
3637
- **Intelligent Entity Matching**: Advanced search across all Home Assistant entities with partial name matching
3738
- **Template Evaluation**: Evaluate Home Assistant templates for dynamic data processing and calculations
@@ -301,6 +302,7 @@ claude mcp add-json home-assistant '{
301302
| Tool | Description | Example |
302303
|------|-------------|---------|
303304
| `ha_search_entities` | Comprehensive entity search with fuzzy matching | `ha_search_entities("lumiere salon")` |
305+
| `ha_deep_search` | Search within automation/script/helper configurations | `ha_deep_search("light.turn_on")` |
304306
| `ha_get_overview` | AI-optimized system overview with entity counts | `ha_get_overview()` |
305307

306308
### Core Home Assistant API Tools

homeassistant-addon/DOCS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This add-on enables AI assistants (Claude, ChatGPT, etc.) to control your Home A
1010
- **Zero Configuration** - Automatically discovers Home Assistant connection
1111
- **Secure by Default** - Auto-generated secret paths with 128-bit entropy
1212
- **Fuzzy Search** - Find entities even with typos
13+
- **Deep Search** - Search within automation triggers, script sequences, and helper configs
1314
- **Backup & Restore** - Safe configuration management
1415

1516
Full features and documentation: https://github.com/homeassistant-ai/ha-mcp
@@ -265,6 +266,7 @@ The add-on provides 20+ MCP tools for controlling Home Assistant:
265266

266267
### Core Tools
267268
- `ha_search_entities` - Fuzzy entity search
269+
- `ha_deep_search` - Search within automation/script/helper configurations
268270
- `ha_get_overview` - System overview
269271
- `ha_get_state` - Entity state with details
270272
- `ha_call_service` - Universal service control

0 commit comments

Comments
 (0)