From 8897dddb7c2bf25561d5cdab83a332e9f115c7dc Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Mon, 21 Oct 2024 16:46:37 +0200 Subject: [PATCH] Remove explicit mention of templating persistent_notification action parameters (#35319) * Remove explicit mention of templating persistent_notification action parameters * Update persistent_notification.markdown --- source/_integrations/persistent_notification.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/persistent_notification.markdown b/source/_integrations/persistent_notification.markdown index dda66e1a033..27846c1f37f 100644 --- a/source/_integrations/persistent_notification.markdown +++ b/source/_integrations/persistent_notification.markdown @@ -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.