in the yaml integration we could set scan interval but I cant find that setting in the UI integration? Is it possible to set it there?
My problem is that I want to display my favorite feeds in one single feed. The problem is that when I display my input_text history in a logbook card I cant get them ordered because the time is the same for multiple articles since it runs once an hour it gets multiple articles. If I set a time like “now()” in the action it will set the same time for every article post and not arrange them in order. the {{ trigger.event.data.date }} only exists for some feeds and the same for published it seems.
I just want something like:
22:34 Engadget: news news news
21:07 CNN: news news news
and so on
I’m pretty close, I just dont know how to solve the order and a mor often scan would result in fewer articles per scan so the time of the scan would do fine
I hope someone understands what I mean