1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 19:32:19 +01:00

Adding Pascal unit to constants (#2914)

This commit is contained in:
jddonovan
2021-12-14 20:39:50 +02:00
committed by GitHub
parent 45e346cf1b
commit a7b05db2a1

View File

@@ -832,6 +832,7 @@ UNIT_MINUTE = "min"
UNIT_OHM = "Ω"
UNIT_PARTS_PER_BILLION = "ppb"
UNIT_PARTS_PER_MILLION = "ppm"
UNIT_PASCAL = "Pa"
UNIT_PERCENT = "%"
UNIT_PULSES = "pulses"
UNIT_PULSES_PER_MINUTE = "pulses/min"