mirror of
https://github.com/esphome/esphome.git
synced 2024-12-22 13:34:54 +01:00
Adding Pascal unit to constants (#2914)
This commit is contained in:
parent
45e346cf1b
commit
a7b05db2a1
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue