search_entities
Search across entity IDs, names, and attributes to find matching devices, sensors, or automations. Specify a query and optionally limit results to quickly locate specific entities in Home Assistant.
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
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No |