maxym
November 4, 2025, 3:57pm
1
Hello
The relative, human-readable time, shows wrong values. 46 minutes ago cannot be definitively called an hour ago!!!
Besides that, I hate this form of presenting time of an event. If you are an admin and need absolute value, relative time introduces too much measurement error. It forces you to look in other places where detailed time is displayed, which costs time.
It should be prohibited. Or at least configurable (orange rectangles)
Sir_Goodenough
((SG) WhatAreWeFixing.Today)
November 4, 2025, 4:03pm
2
Feature requests are added in GitHub now, not here.
¯\(ツ) /¯ Sounds like you are looking for…
WallyR
(Wally)
November 4, 2025, 4:58pm
4
It can’t really be used in the logbook.or history, which is predefined pages in HA.
Yeah, true, but one could try to recreate it using these templates…but I guess this goes way beyond the wish of the OP
maxym
November 4, 2025, 8:21pm
6
It’s not a wish nor FR.
It has been discussed multiple times on this forum, and first, I’ve been advised that devs are not gonna change that because it’s considered a neat feature. In the next iteration, I’ve been proposed to program it myself, with no guarantee it’ll be accepted.
This one is mainly about making you aware that the displayed values are unreliable.
maxym
November 5, 2025, 12:07pm
8
We’ll see if Marius’ patience is enough or if the bot wins in the end.
3 Likes
These 2 prs will hopefully make you happier:
dev ← ildar170975:relative-time-thresholds
opened 04:37AM - 09 Nov 25 UTC
## Breaking change
## Proposed change
Currently for last-changed/las… t-updated/... labels we cannot see values like "48 seconds ago", "50 minutes ago", "22 hours ago", "5 days ago".
This PR increases thresholds a bit to make that possible for SECONDS & MINUTES only. During tests I concluded that for hours & days a change is not crucial.
## Type of change
- [ ] Dependency upgrade
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (thank you!)
- [ ] Breaking change (fix/feature causing existing functionality to break)
- [ ] Code quality improvements to existing code or addition of tests
## Example configuration
```yaml
```
## Additional information
- This PR fixes or closes issue: fixes https://github.com/home-assistant/frontend/issues/25145
- This PR is related to issue or discussion:
- Link to documentation pull request:
## Checklist
- [x] The code change is tested and works locally.
- [x] There is no commented out code in this PR.
- [ ] Tests have been added to verify that the new code works.
If user exposed functionality or configuration variables are added/changed:
- [ ] Documentation added/updated for [www.home-assistant.io][docs-repository]
[docs-repository]: https://github.com/home-assistant/home-assistant.io
dev ← ildar170975:tooltip-relative-time-entities
opened 07:20AM - 09 Nov 25 UTC
## Breaking change
## Proposed change
Shows a tooltip with localized… datetime for `last-changed`, `last-updated`, `last-triggered`.
<img width="508" height="264" alt="image" src="https://github.com/user-attachments/assets/4f327c8d-35da-4e73-9f1b-6da5dd1a1e6d" />
Note: there are glitches sometimes when a tooltip is not shown after changing a page; perhaps can be fixed with https://github.com/shoelace-style/webawesome/pull/1603.
## Type of change
- [ ] Dependency upgrade
- [ ] Bugfix (non-breaking change which fixes an issue)
- [x] New feature (thank you!)
- [ ] Breaking change (fix/feature causing existing functionality to break)
- [ ] Code quality improvements to existing code or addition of tests
## Example configuration
```yaml
```
## Additional information
- This PR fixes or closes issue: fixes #
- This PR is related to issue or discussion:
- Link to documentation pull request:
## Checklist
- [x] The code change is tested and works locally.
- [x] There is no commented out code in this PR.
- [ ] Tests have been added to verify that the new code works.
If user exposed functionality or configuration variables are added/changed:
- [ ] Documentation added/updated for [www.home-assistant.io][docs-repository]
[docs-repository]: https://github.com/home-assistant/home-assistant.io