diff --git a/source/_integrations/group.markdown b/source/_integrations/group.markdown index 2ae28d74fd7..0f3042047fe 100644 --- a/source/_integrations/group.markdown +++ b/source/_integrations/group.markdown @@ -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` +
+ +Platform domains other than these are not supported to be used with old style groups, nor will other domains be supported in the future. + +
+ When member entities all have a single `on` and `off` state, the group state will be calculated as follows: | Domain | on | off |