Skip to content

Commit

Permalink
pressure unit of BMx sensors is Pa
Browse files Browse the repository at this point in the history
  • Loading branch information
patkan authored and lichtteil committed Apr 29, 2020
1 parent bcc07b6 commit 918e73e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/local_luftdaten/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
SENSOR_HUMIDITY: ['Humidity', '%'],
SENSOR_BME280_TEMPERATURE: ['Temperature', TEMP_CELSIUS],
SENSOR_BME280_HUMIDITY: ['Humidity', '%'],
SENSOR_BME280_PRESSURE: ['Pressure', 'mb'],
SENSOR_BME280_PRESSURE: ['Pressure', 'Pa'],
SENSOR_BMP_TEMPERATURE: ['Temperature', TEMP_CELSIUS],
SENSOR_BMP_PRESSURE: ['Pressure', 'mb'],
SENSOR_BMP_PRESSURE: ['Pressure', 'Pa'],
SENSOR_BMP280_TEMPERATURE: ['Temperature', TEMP_CELSIUS],
SENSOR_BMP280_PRESSURE: ['Pressure', 'mb'],
SENSOR_BMP280_PRESSURE: ['Pressure', 'Pa'],
SENSOR_PM1: ['PM10', VOLUME_MICROGRAMS_PER_CUBIC_METER],
SENSOR_PM2: ['PM2.5', VOLUME_MICROGRAMS_PER_CUBIC_METER],
SENSOR_WIFI_SIGNAL: ['Wifi signal', 'dBm'],
Expand Down

0 comments on commit 918e73e

Please sign in to comment.