Add last_reported and last_triggered to DevelopmentTools-States alongside last_updated and last_changed which are shown when clicking on an entity
last triggered wouldn’t go there because all entities don’t have it. last_reported is available on all entities.
also, last triggered is in the attributes for automations, so when you click on it, you’ll be looking at the left side of the screen not right.
last_reported is not displayed in “Dev tools → State”.
Right, that’s what op is asking for… maybe you’re miss understanding my comment? Last report red is available as a property on all entities where last triggered is not. Meaning we could ad last reported but not last triggered.
1 Like
Probably you meant this:
- last_reported is available for all entities inside “state object”;
- it can be added to UI (Dev tools → State) by a corr. PR.