From 234cc8734fefc1995a68ffaff2561f88c08a21d8 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 9 Aug 2024 17:17:51 +0200 Subject: [PATCH] Fix/adjust service -> action in notification groups --- source/_integrations/group.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/group.markdown b/source/_integrations/group.markdown index 7142b044a2f0..832e86975b76 100644 --- a/source/_integrations/group.markdown +++ b/source/_integrations/group.markdown @@ -48,7 +48,7 @@ Home Assistant can group multiple binary sensors, covers, events, fans, lights, {% note %} Notification entities can only be grouped via the UI. -The older notification services can only be grouped via YAML configuration. +The older notification actions can only be grouped via YAML configuration. {% endnote %} ## Group behavior @@ -344,7 +344,7 @@ services: required: true type: list keys: - service: + action: description: The name part of an entity ID, e.g., if you use `notify.html5` normally, just put `html5`. Note that you must put everything in lower case here. Although you might have capitals written in the actual notification actions! required: true type: string