Jalle19 / eda-modbus-bridge

An HTTP/MQTT bridge for Enervent EDA ventilation units
GNU General Public License v3.0
14 stars 3 forks source link

Set correct humidity unit to remove log error #64

Closed tomrosenback closed 1 year ago

tomrosenback commented 1 year ago

Noted that Home Assistant complains about incorrect unit for humidity device class, so corrected it to % instead of %H.

Jalle19 commented 1 year ago

Interesting find, thanks!

Jalle19 commented 1 year ago

Adding the error message here for posterity:

sensor.eda_exhaustairhumidity (<class 'homeassistant.components.mqtt.sensor.MqttSensor'>) is using native unit of measurement '%H' which is not a valid unit for the device class ('humidity') it is using; expected one of ['%'];