Skip to content

Commit

Permalink
Make explicit clear what domains are supported with old style groups (#…
Browse files Browse the repository at this point in the history
…32574)

* Make explicit clear what domains are supported with old style groups

* Update source/_integrations/group.markdown

Co-authored-by: Martin Hjelmare <[email protected]>

---------

Co-authored-by: Martin Hjelmare <[email protected]>
  • Loading branch information
jbouwh and MartinHjelmare authored May 2, 2024
1 parent c1268ed commit 5188196
Showing 1 changed file with 11 additions and 0 deletions.
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 other domains be supported in the future.

</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

0 comments on commit 5188196

Please sign in to comment.