trvrnrth / esphome-bsec-bme680

ESPHome component for the Bosch BME680 sensor via BSEC providing temperature, humidity, pressure and indoor air quality measurements.
86 stars 17 forks source link

Convert pressure value from pascal to hectopascal #2

Closed lichtteil closed 4 years ago

lichtteil commented 4 years ago

Thank you for publishing this component, it was exactly what I was looking for 👍

I noticed, that the unit for the air pressure is not right, the number was too high by the factor 100. I think it's better to publish the pressure in hPa already in the BSECSensor class instead of just changing the unit form hPa to Pa in the yaml.