Skip to content

Commit 8cfcd84

Browse files
committed
Fix feedreader warning
1 parent 47c814b commit 8cfcd84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/feedreader.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ automation:
5252
service: persistent_notification.create
5353
data_template:
5454
title: "New HA Podcast available"
55-
message: "New Podcast available - {{ as_timestamp(now()) | timestamp_custom('%I:%M:%S %p %d%b%Y', true) }}"
56-
notification_id: "{{ trigger.event.data.title }}"
55+
message: {% raw %}"New Podcast available - {{ as_timestamp(now()) | timestamp_custom('%I:%M:%S %p %d%b%Y', true) }}"
56+
notification_id: "{{ trigger.event.data.title }}"{% endraw %}
5757
```
5858
5959
*Any field under the `<entry>` tag in the feed can be used for example `trigger.event.data.content` will get the body of the feed entry.

0 commit comments

Comments
 (0)