mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Add documentation for notify group (#33892)
* Add documentation for notify group * Update source/_integrations/group.markdown Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com> * Update source/_integrations/group.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com> Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
6ee214adec
commit
48f69f5e16
@ -45,6 +45,11 @@ Home Assistant can group multiple binary sensors, covers, events, fans, lights,
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
{% note %}
|
||||
Notification entities can only be grouped via the UI.
|
||||
The older notification services can only be grouped via YAML configuration.
|
||||
{% endnote %}
|
||||
|
||||
## Group behavior
|
||||
|
||||
### Binary sensor, light, and switch groups
|
||||
@ -104,6 +109,11 @@ In short, when any group member entity is `unlocked`, the group will also be `un
|
||||
- Otherwise, the group state is `unlocked` if at least one group member is `unlocked`.
|
||||
- Otherwise, the group state is `locked`.
|
||||
|
||||
### Notify entity groups
|
||||
|
||||
- The group state is `unavailable` if all group members are `unavailable`.
|
||||
- Otherwise, the group state is the last notification sent to the group.
|
||||
|
||||
### Media player groups
|
||||
|
||||
- The group state is `unavailable` if all group members are `unavailable`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user