-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
Description
Feedback
Information regarding the last_updated line seems to be on the last_changed line. This was somewhat confusing at first, as it suggests that last_changed might change under the same conditions as last_updated.
URL
https://www.home-assistant.io/integrations/history/
Version
2021.3.4
The line for last_changed
states:
last_changed
: timestamp last time the state has changed. Astate_changed
event can happen when just attributes change.
This is followed by the line for last_updated
:
last_updated
: timestamp anything has changed (state, attributes)
It seems that the second sentence on the last_changed
probably belongs on the last_updated
line.