Fix feedreader warning

This commit is contained in:
Paulus Schoutsen 2017-07-16 12:24:04 -07:00
parent 47c814b7f7
commit 8cfcd84e97

View File

@ -52,8 +52,8 @@ automation:
service: persistent_notification.create service: persistent_notification.create
data_template: data_template:
title: "New HA Podcast available" title: "New HA Podcast available"
message: "New Podcast available - {{ as_timestamp(now()) | timestamp_custom('%I:%M:%S %p %d%b%Y', true) }}" message: {% raw %}"New Podcast available - {{ as_timestamp(now()) | timestamp_custom('%I:%M:%S %p %d%b%Y', true) }}"
notification_id: "{{ trigger.event.data.title }}" notification_id: "{{ trigger.event.data.title }}"{% endraw %}
``` ```
*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. *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.