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