From e946104e47a15d30c61e174406bcef0f79da63b9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 10 Aug 2024 18:30:32 +0200 Subject: [PATCH] Fix/adjust service -> action in notification groups (#34229) --- 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 7142b044a2f..832e86975b7 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