search_entities
Find Home Assistant entities by searching IDs, names, and attributes with a query string to locate devices, sensors, and automations in your smart home system.
Instructions
Search for entities matching a query string across IDs, names, and attributes.
Args: query: Search term (no wildcards; empty string returns all entities) limit: Max results (default: 20)
Examples: search_entities("temperature") search_entities("living room", limit=10)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No |