I have set up an RSS feed using the Feedreader integration.
Feedreader retrieves the latest 5 RSS messages.
What I want now is to have these messages played on a media player.
I checked the details I need via Developer Tools > Events:
data.title
→ contains the title of the news itemdata.summary
→ contains the summary of the news item (can be quite long)
So I need a template sensor or a helper to store the last 5 messages.
Can anyone help me with that?
The media player should be able to play the news items in order, like:
Headline 1: Title of the latest news message
Followed by the summary of headline 1
Headline 2: Title of the second news message
Followed by the summary of headline 2
Headline 3: …