We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c814b commit 8cfcd84Copy full SHA for 8cfcd84
source/_components/feedreader.markdown
@@ -52,8 +52,8 @@ automation:
52
service: persistent_notification.create
53
data_template:
54
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 }}"
+ 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 %}
57
```
58
59
*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