mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Remove explicit mention of templating persistent_notification action parameters (#35319)
* Remove explicit mention of templating persistent_notification action parameters * Update persistent_notification.markdown
This commit is contained in:
parent
d124dffaf9
commit
8897dddb7c
@ -49,9 +49,9 @@ The `persistent_notification.create` action takes in `message`, `title`, and `no
|
||||
|
||||
| Data attribute | Optional | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `message` | no | Body of the notification. Accepts [templates](/docs/configuration/templating/).
|
||||
| `title` | yes | Title of the notification. Accepts [templates](/docs/configuration/templating/).
|
||||
| `notification_id` | yes | If `notification_id` is given, it will overwrite the notification if there already was a notification with that ID.
|
||||
| `message` | no | Body of the notification. |
|
||||
| `title` | yes | Title of the notification. |
|
||||
| `notification_id` | yes | If `notification_id` is given, it will overwrite the notification if there already was a notification with that ID. |
|
||||
|
||||
Here is how an [action](/docs/automation/action) of your [automation setup](/getting-started/automation/) with static content could look like.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user