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:
Joost Lekkerkerker 2024-07-22 09:34:49 +02:00 committed by GitHub
parent 6ee214adec
commit 48f69f5e16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`.