From 48f69f5e16e1f78440e0998f673497bdd471a077 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 22 Jul 2024 09:34:49 +0200 Subject: [PATCH] Add documentation for notify group (#33892) * Add documentation for notify group * Update source/_integrations/group.markdown Co-authored-by: TheJulianJES * Update source/_integrations/group.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: TheJulianJES Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- source/_integrations/group.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_integrations/group.markdown b/source/_integrations/group.markdown index 798bbc6ea48..68f78529aba 100644 --- a/source/_integrations/group.markdown +++ b/source/_integrations/group.markdown @@ -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`.