-
Notifications
You must be signed in to change notification settings - Fork 47
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
Numerical states recognized as categorical values #188
Comments
What kinds of sensors are they, and what are the state values you're getting? |
Can confirm I see this on certain sensor readings from an air quality device. It's not every numeric, for instance CO2 is reported properly but PM 2.5 shows up as a state. Some debug logging shows that the problematic values are being set to a "unit" of None:
… Which appears to be reported directly from the device: Partially disregard that.Formaldehyde reports with a unit of "PPM" but shows up in HA as a categorical value. I've got nothing. Is there a way to override this? |
Some of my integrated sensor states are shown as categorical values, not as numerical values. I presume that they aren't internally recognized as integers but as strings instead. This means that units can't be adjusted or added to these numerics and statistical graphs can't properly process the data.
The text was updated successfully, but these errors were encountered: