1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 04:12:23 +01:00

Fix unit of measurement fields for DSMR power consumed/delivered fields (#2304)

Co-authored-by: Jos Suanet <jos@suanet.net>
This commit is contained in:
jsuanet
2021-09-14 23:22:45 +02:00
committed by GitHub
parent 716039e452
commit 5a90b83f63
2 changed files with 107 additions and 29 deletions

View File

@@ -786,7 +786,9 @@ UNIT_KELVIN = "K"
UNIT_KILOGRAM = "kg"
UNIT_KILOMETER = "km"
UNIT_KILOMETER_PER_HOUR = "km/h"
UNIT_KILOVOLT_AMPS_REACTIVE = "kVAr"
UNIT_KILOVOLT_AMPS_REACTIVE_HOURS = "kVArh"
UNIT_KILOWATT = "kW"
UNIT_KILOWATT_HOURS = "kWh"
UNIT_LUX = "lx"
UNIT_METER = "m"