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:
Erik Montnemery 2024-10-21 16:46:37 +02:00 committed by GitHub
parent d124dffaf9
commit 8897dddb7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.