Skip to content

Commit

Permalink
Fix/adjust service -> action in notification groups (#34229)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Aug 10, 2024
1 parent 25473b0 commit e946104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/_integrations/group.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e946104

Please sign in to comment.