Hi there.
I’m pretty new to HASS and things are getting serious: since I set many of the things I wanted to set, I’m now looking to fine tune some data. For example, the last_changed value on the modal windows, like this one:
Look the “19 minutes ago” string. This one corresponds, if I got it, to the last_changed
time. I’d prefer to show the last_updated
time since that could help me to know that the position has been updated recently (= the device is up and on a network). I managed to get the last_updated
value with states.device_tracker.cepheus.last_updated
but is there a way to replace the original value with this one?
Some sensors accept to get this value updated by putting force_update: true
in the corresponding config, but it looks like that doesn’t work on the known devices.
Any help would be greatly appreciated! Thanks for reading!