We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.0.1
When an entity from this component is added to a statistic graph, all stat types are grayed out and the graph displays No statistics found.
No statistics found.
Adding this to extra_state_attributes seems to fix the issue:
extra_state_attributes
'state_class': 'measurement'
The text was updated successfully, but these errors were encountered:
Thanks for this, I'll take a look when I get some time
Sorry, something went wrong.
Fixes #54
d9d1b56
9914e5c
No branches or pull requests
Version of the custom_component
2.0.1
Describe the bug
When an entity from this component is added to a statistic graph, all stat types are grayed out and the graph displays
No statistics found.
Adding this to
extra_state_attributes
seems to fix the issue:The text was updated successfully, but these errors were encountered: