mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Fix/adjust service -> action in notification groups (#34229)
This commit is contained in:
parent
25473b0937
commit
e946104e47
@ -48,7 +48,7 @@ Home Assistant can group multiple binary sensors, covers, events, fans, lights,
|
|||||||
|
|
||||||
{% note %}
|
{% note %}
|
||||||
Notification entities can only be grouped via the UI.
|
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 %}
|
{% endnote %}
|
||||||
|
|
||||||
## Group behavior
|
## Group behavior
|
||||||
@ -344,7 +344,7 @@ services:
|
|||||||
required: true
|
required: true
|
||||||
type: list
|
type: list
|
||||||
keys:
|
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!
|
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
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user