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