From a7b05db2a160e91c1e22be1f368bcb24b1224c7e Mon Sep 17 00:00:00 2001 From: jddonovan Date: Tue, 14 Dec 2021 20:39:50 +0200 Subject: [PATCH] Adding Pascal unit to constants (#2914) --- esphome/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/const.py b/esphome/const.py index baaebbf90f..36d2257c30 100644 --- a/esphome/const.py +++ b/esphome/const.py @@ -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"