mirror of
https://github.com/esphome/esphome.git
synced 2025-01-09 14:21:46 +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:
parent
7665a220a0
commit
66b0b6feeb
1 changed files with 1 additions and 0 deletions
|
@ -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 = "m³"
|
||||||
UNIT_DECIBEL = "dB"
|
UNIT_DECIBEL = "dB"
|
||||||
UNIT_DECIBEL_MILLIWATT = "dBm"
|
UNIT_DECIBEL_MILLIWATT = "dBm"
|
||||||
UNIT_DEGREE_PER_SECOND = "°/s"
|
UNIT_DEGREE_PER_SECOND = "°/s"
|
||||||
|
|
Loading…
Reference in a new issue