I’ve just tried using timer and noticed that even a timer is active, its remaining attribute is always equal to duration - is it normal?
And also, its last_changed/last_updated attributes do not reflect the fact that the timer has been restarted many times - it shows some time in the distant past and because if that there is no way to get when it restarted for the last time, which is what I’m trying to find out.
My HA is 0.101.3 just in case.
Thanks for the link. Upon looking in the code it’s obvious the attribute isn’t updated during the active phase (and it possibly won’t happen due to the way it’s implemented).
On the other hand, that last_updated thing is a bit confusing… and it’s at least one level deeper that the attributes issue.