I have Ring-MQTT installed on HA and so I have access to the devices + entities of the various sensors, including their open/closed STATE (not time). We have these contact sensors on our doors/windows.
We're potty training a puppy and it'd be nice to be able to keep track of the last time either my wife or myself brought her outside. What would be the simplest way to set up some kind of display on my Dashboard so that I could see last time we opened one of these doors? The first way I can think of is creating + displaying a helper that stores a datetime of the last time the sensor was in Opened state, and then creating an automation that updates this helper each time the state changes to Opened.