Is there a way to get automations to show proper timestamps always? For example looking at when my automations were last triggered more than a dozen of them just say “yesterday”, which is useless, it covers an entire 24 hour period and I want to know precisely when they triggered, not just that it happened sometime yesterday. I want to always show a timestamp instead, for example “July 1, 2:15 PM” is far more useful and concise, it shows exactly when it last triggered at a glance. I’ve been searching but have not found a way to do this.
you can use a template
{{ state_attr('automation.control_inteligente_del_clima_de_la_recamara_2','last_triggered')
| as_timestamp
| timestamp_custom('%B %d, %I:%M %p') }}
result
July 02, 04:48 PM