From 66b0b6feeb1b5391e06087a2fe063e081206549e Mon Sep 17 00:00:00 2001 From: Ciprian Constantinescu Date: Tue, 11 May 2021 18:16:51 +0300 Subject: [PATCH] Update const.py (#1748) * Update const.py Added cubic meter for https://github.com/esphome/feature-requests/issues/1185 * Update const.py ordered alphabetically --- esphome/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/const.py b/esphome/const.py index 8c8a1c7102..e6ce4a6ba2 100644 --- a/esphome/const.py +++ b/esphome/const.py @@ -679,6 +679,7 @@ ICON_WIFI = "mdi:wifi" UNIT_AMPERE = "A" UNIT_CELSIUS = "°C" UNIT_COUNTS_PER_CUBIC_METER = "#/m³" +UNIT_CUBIC_METER = "m³" UNIT_DECIBEL = "dB" UNIT_DECIBEL_MILLIWATT = "dBm" UNIT_DEGREE_PER_SECOND = "°/s"