Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make explicit clear what domains are supported with old style groups #32574

Merged
merged 2 commits into from
May 2, 2024
Merged
Changes from 1 commit
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
11 changes: 11 additions & 0 deletions source/_integrations/group.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -378,23 +378,34 @@ icon:

Old style groups can calculate group state with entities from the following domains:

- `alert`
- `alarm_control_panel`
- `automation`
- `binary_sensor`
- `calendar`
- `climate`
- `cover`
- `device_tracker`
- `fan`
- `humidifier`
- `input_boolean`
- `light`
- `lock`
- `media_player`
- `person`
- `plant`
- `remote`
- `script`
- `switch`
- `vacuum`
- `water_heater`

<div class='note info'>

Platform domains other than these are not supported to be used with old style groups, nor will they be supported in the future.
jbouwh marked this conversation as resolved.
Show resolved Hide resolved

</div>

When member entities all have a single `on` and `off` state, the group state will be calculated as follows:

| Domain | on | off |
Expand Down