Skip to content
Discussion options

You must be logged in to vote

This solution is implemented in home-assistant/core#50063:

Classify the type of state: The state could be a measurement in present time from a temperature sensor or an energy meter, a historic value such as the average temperature during the last 24 hours or the amount of energy used last month, or a predicted value such as a weather forecast or the next garbage pickup schedule. Assign a new property state_class for this. If state_class="measurement", the state represents a current value, and not a historical aggregation or a prediction of the future. Otherwise, state_class=None or state_class="other".

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@emontnemery
Comment options

emontnemery Apr 30, 2021
Collaborator Author

Comment options

emontnemery
May 5, 2021
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by emontnemery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants