1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 03:42:20 +01:00

Update const.py - Add UNIT_MEGAJOULE = "MJ" (#8594)

This commit is contained in:
Roving Ronin
2025-04-22 07:13:31 +10:00
committed by GitHub
parent 0242ac56df
commit 82c6a40371

View File

@@ -1084,6 +1084,7 @@ UNIT_KILOWATT = "kW"
UNIT_KILOWATT_HOURS = "kWh"
UNIT_LITRE = "L"
UNIT_LUX = "lx"
UNIT_MEGAJOULE = "MJ"
UNIT_METER = "m"
UNIT_METER_PER_SECOND_SQUARED = "m/s²"
UNIT_MICROAMP = "µA"