8000 Fix/adjust service -> action in notification groups by frenck · Pull Request #34229 · home-assistant/home-assistant.io · GitHub
[go: up one dir, main page]

Skip to content

Fix/adjust service -> action in notification groups #34229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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