diff --git a/source/_components/feedreader.markdown b/source/_components/feedreader.markdown index fbd68c63e5d..6fd6bfedd45 100644 --- a/source/_components/feedreader.markdown +++ b/source/_components/feedreader.markdown @@ -52,8 +52,8 @@ automation: service: persistent_notification.create data_template: title: "New HA Podcast available" - message: "New Podcast available - {{ as_timestamp(now()) | timestamp_custom('%I:%M:%S %p %d%b%Y', true) }}" - notification_id: "{{ trigger.event.data.title }}" + message: {% raw %}"New Podcast available - {{ as_timestamp(now()) | timestamp_custom('%I:%M:%S %p %d%b%Y', true) }}" + notification_id: "{{ trigger.event.data.title }}"{% endraw %} ``` *Any field under the `` tag in the feed can be used for example `trigger.event.data.content` will get the body of the feed entry.