Custom List of last N things that have happened in the home

Hey there! I’m thinking it’d be cool to see the last N interesting things that happened in the home.

Each item would have a title, icon, and timestamp.

I’m thinking “newsfeed” reverse chronological order, like:

7m ago Dishwasher finished
22m ago Dryer started
2h ago Matt arrived home

etc etc

We’d insert these using a script or automation, and maybe it’d keep the last N so once you hit 10 or something it would act like a FIFO (first in first out) queue.

Has anyone done something like this?

I’d be interested in thoughts - especially around the data structure to hold it as well as how to best display on a Card.

Thanks!!
Matt

(I did see Logbook, but that seems sort of tied to an entity… I’m looking to just insert these “custom” if that makes sense?")