briis / hass-weatherflow

Home Assistant Integration for WeatherFlow Stations
MIT License
69 stars 11 forks source link

Absolute humidity is using an invalid native unit of measurement #53

Closed davecpearce closed 1 year ago

davecpearce commented 1 year ago

I am seeing this error message in my logfile:

Entity sensor.weatherflow_absolute_humidity (<class 'custom_components.weatherflow.sensor.WeatherFlowSensor'>) is using native unit of measurement 'g/m^3' which is not a valid unit for the device class ('humidity') it is using; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.

I am not sure what the best approach is on resolving this. I believe the HUMIDITY device class needs to be in %.

briis commented 1 year ago

It has been fixed. I will release the fix soon.

briis commented 1 year ago

Release V1.0.9 where this is fixed.