From 51881964fdbac198f18aef85b0b52b8122e1dc2c Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Thu, 2 May 2024 22:01:11 +0200 Subject: [PATCH] Make explicit clear what domains are supported with old style groups (#32574) * Make explicit clear what domains are supported with old style groups * Update source/_integrations/group.markdown Co-authored-by: Martin Hjelmare --------- Co-authored-by: Martin Hjelmare --- source/_integrations/group.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 |