mirror of
https://github.com/esphome/esphome.git
synced 2025-01-09 19:37:50 +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
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user