Iām not sure if I messed something but how do I get the info from the attribute area to show in a non-lovelace view?
all I get is this:
I tried to extract it using a template sensor but I couldnāt figure out how to get the template to not complain about the format of the attribute since it doesnāt follow the standard attribute format of ākeyā:āvalueā.
Unless Iām missing something. which is likely.
And as a second question, I looked at the code and (I thinkā¦) I saw that the scan interval is every hour. If thatās correct could there be a way to choose a different interval in the config?
@iantrich Thanks for this, it works really well for my use to fetch the latest news from a big news site here. However, it fetches 100 articles, how can I adjust that? I want it to get probably around 10ā¦
How do you plan to display the news? If doing so in Lovelace, I have developed a card list-card that has limit on how many to display that is referenced in the repo.
Hi, thanks for this. Was looking for something like this.
My purpose using RSS feed parser with list-card is to only get 5 latest headlines from a newspaper.
But the card uses a lot of space for object title and column title. Any way to get rid of it?
I ofc removed title: but it added āListā as default value it seems
I found the problemā¦ it is not purging old messages. They just keep adding up.
Thats why I though it is not updating, because I saw the top of the list all the time.