I’ve made a bunch of ESP32 sensors that send MQTT values, I have those sensors / values coming into HA fine with an MQTT broker in HA and displayed in a dashboard (this is all working as intended).
Some of these are binary sensors which may only change state every few days, so it would be great if on the dashboard that displays the mqtt message could also display what time the sensor message was last updated via mqtt.
I was anticipating a ‘message received’ timestamp which I can see in my mqtt explorer (windows program), which I’m not sure how to access in HA.
Because of my super newb status, i’m not sure where the code from the previously solved post would go. There is some implied knowledge which I don’t have.
I’m currently reading the triggers docs to see if I can deduce that from the docs.