mirror of
https://github.com/esphome/esphome.git
synced 2025-09-04 20:32:21 +01:00
Fix units for SPS30 number concentration sensors (#5452)
This commit is contained in:
@@ -915,7 +915,7 @@ UNIT_BYTES = "B"
|
||||
UNIT_CELSIUS = "°C"
|
||||
UNIT_CENTIMETER = "cm"
|
||||
UNIT_COUNT_DECILITRE = "/dL"
|
||||
UNIT_COUNTS_PER_CUBIC_METER = "#/m³"
|
||||
UNIT_COUNTS_PER_CUBIC_CENTIMETER = "#/cm³"
|
||||
UNIT_CUBIC_METER = "m³"
|
||||
UNIT_CUBIC_METER_PER_HOUR = "m³/h"
|
||||
UNIT_DECIBEL = "dB"
|
||||
|
Reference in New Issue
Block a user