1
0
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:
kahrendt
2023-10-03 06:01:57 -04:00
committed by GitHub
parent 88bb051f37
commit 050fa0d4c1
2 changed files with 7 additions and 7 deletions

View File

@@ -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 = "#/c"
UNIT_CUBIC_METER = ""
UNIT_CUBIC_METER_PER_HOUR = "m³/h"
UNIT_DECIBEL = "dB"