mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
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 <marhje52@gmail.com> --------- Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
c1268ed46c
commit
51881964fd
@ -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 |
|
||||
|
Loading…
x
Reference in New Issue
Block a user