Feedreader Persistent Notification

I’m following the feedreader automation docs here.

Config in automation is:
- alias: Feed Update
trigger:
platform: event
event_type: feedreader
action:
- service: persistent_notification.create
data_template:
title: “Feed Update - {{ as_timestamp(now()) | timestamp_custom(’%b %d %Y %I:%M:%S %p’, true) }}”
message: “New Feed Available”
notification_id: “title”

Result is:
image

Title in log:
title=MADISON GATEWAY is UP (http://xxxxxxxxxxxxxxxxxxxxxxx.com)

Anyone know how to get the Title info to display in the notification?