1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-06 10:50:58 +01:00

Update const.py (#1748)

* Update const.py

Added cubic meter for https://github.com/esphome/feature-requests/issues/1185

* Update const.py

ordered alphabetically
This commit is contained in:
Ciprian Constantinescu 2021-05-11 18:16:51 +03:00 committed by GitHub
parent 7665a220a0
commit 66b0b6feeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -679,6 +679,7 @@ ICON_WIFI = "mdi:wifi"
UNIT_AMPERE = "A" UNIT_AMPERE = "A"
UNIT_CELSIUS = "°C" UNIT_CELSIUS = "°C"
UNIT_COUNTS_PER_CUBIC_METER = "#/m³" UNIT_COUNTS_PER_CUBIC_METER = "#/m³"
UNIT_CUBIC_METER = ""
UNIT_DECIBEL = "dB" UNIT_DECIBEL = "dB"
UNIT_DECIBEL_MILLIWATT = "dBm" UNIT_DECIBEL_MILLIWATT = "dBm"
UNIT_DEGREE_PER_SECOND = "°/s" UNIT_DEGREE_PER_SECOND = "°/s"