1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 03:42:20 +01:00

Update const.py (#8665)

This commit is contained in:
DJTerentjev
2025-05-02 04:43:58 +03:00
committed by GitHub
parent 2eb9582d0f
commit f4b5f32cb4

View File

@@ -1102,6 +1102,7 @@ UNIT_MILLIGRAMS_PER_CUBIC_METER = "mg/m³"
UNIT_MILLIMETER = "mm"
UNIT_MILLISECOND = "ms"
UNIT_MILLISIEMENS_PER_CENTIMETER = "mS/cm"
UNIT_MILLIVOLT = "mV"
UNIT_MINUTE = "min"
UNIT_OHM = "Ω"
UNIT_PARTS_PER_BILLION = "ppb"