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

Fix SDM energy units to be KILO... (#2206)

This commit is contained in:
Jesse Hills
2021-08-26 09:27:00 +12:00
committed by GitHub
parent 39cd2838df
commit 3be56fd502
2 changed files with 8 additions and 6 deletions

View File

@@ -768,6 +768,8 @@ UNIT_KELVIN = "K"
UNIT_KILOGRAM = "kg"
UNIT_KILOMETER = "km"
UNIT_KILOMETER_PER_HOUR = "km/h"
UNIT_KILOVOLT_AMPS_REACTIVE_HOURS = "kVArh"
UNIT_KILOWATT_HOURS = "kWh"
UNIT_LUX = "lx"
UNIT_METER = "m"
UNIT_METER_PER_SECOND_SQUARED = "m/s²"