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:
|
Old style groups can calculate group state with entities from the following domains:
|
||||||
|
|
||||||
|
- `alert`
|
||||||
- `alarm_control_panel`
|
- `alarm_control_panel`
|
||||||
|
- `automation`
|
||||||
- `binary_sensor`
|
- `binary_sensor`
|
||||||
|
- `calendar`
|
||||||
- `climate`
|
- `climate`
|
||||||
- `cover`
|
- `cover`
|
||||||
- `device_tracker`
|
- `device_tracker`
|
||||||
- `fan`
|
- `fan`
|
||||||
- `humidifier`
|
- `humidifier`
|
||||||
|
- `input_boolean`
|
||||||
- `light`
|
- `light`
|
||||||
- `lock`
|
- `lock`
|
||||||
- `media_player`
|
- `media_player`
|
||||||
- `person`
|
- `person`
|
||||||
- `plant`
|
- `plant`
|
||||||
- `remote`
|
- `remote`
|
||||||
|
- `script`
|
||||||
- `switch`
|
- `switch`
|
||||||
- `vacuum`
|
- `vacuum`
|
||||||
- `water_heater`
|
- `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:
|
When member entities all have a single `on` and `off` state, the group state will be calculated as follows:
|
||||||
|
|
||||||
| Domain | on | off |
|
| Domain | on | off |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user