entities_list_entities
List Home Assistant entities with optional domain filter, pagination, and field selection.
Instructions
List entities, optionally filtered by domain, with pagination and field selection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of results. Omit for all. | |
| domain | No | Filter by domain prefix (e.g. 'light', 'sensor'). | |
| fields | No | Keys to return per entity. Defaults to [entity_id, state, friendly_name]. Also accepts: attributes, area_id, device_id, labels. | |
| offset | No | Skip first N results (pagination). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |