Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions source/_docs/configuration/devices.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -59,25 +59,3 @@ switch 1:
switch 2:
platform: vera
```

## Grouping entities

Once you have several entities set up, it is time to organize them into groups.
Each group consists of a name and a list of entity IDs. Entity IDs can be
retrieved from the web interface by using the
{% my developer_states title="States page in the Developer Tools" %}.

```yaml
# Example configuration.yaml entry
group:
living_room:
entities:
- light.table_lamp
- switch.ac
bedroom:
entities:
- light.bedroom
- media_player.nexus_player
```

For more details please check the [Group](/integrations/group/) page.