-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Remove invalid unit of measurement from Glances #73983
New issue
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
Conversation
Hey there @engrbm87, mind taking a look at this pull request as it has been labeled with an integration ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As long as there is a state class, logbook will still exclude it.
I'm assuming thats why it was added in the first place (but it could be another reason)
Yes, that was the old way of solving that problem. Since we now have the state class feature, we no longer allow setting an empty string as unit of measurement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Rebased to see if the CI issue has been resolved. |
If that is still an issue, please create an issue with the frontend repository. We should not add workarounds in the backend to work around an issue in the frontend. |
Rebased to deal with our CI issues. |
Proposed change
Removes an invalid unit of measurement from Glances.
As per review comment here: #73049
Type of change
Additional information
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.The integration reached or maintains the following Integration Quality Scale:
To help with the load of incoming pull requests: