List Groups
ha_config_list_groupsList Home Assistant entity groups with their member entities, including state, icon, and all-mode setting. Supports pagination via offset and limit.
Instructions
List Home Assistant entity groups with their member entities.
Returns one page of groups created via group.set service or YAML
configuration; total_count and has_more report the full set. Each
group includes:
Entity ID (group.xxx)
Friendly name
State (on/off based on member states)
Member entities
Icon (if set)
All mode (if all entities must be on)
EXAMPLES:
First page of groups: ha_config_list_groups()
Next page: ha_config_list_groups(offset=100)
NOTE: This returns old-style groups (created via group.set or YAML). Platform-specific groups (light groups, cover groups) are separate entities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max groups to return per page (default: 100) | |
| offset | No | Number of groups to skip for pagination (default: 0) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||