Update UNIT_VOLT_AMPS_REACTIVE = "var" (Currently 'VAR') (#7643)

This commit is contained in:
Roving Ronin 2024-11-14 11:43:21 +11:00 committed by GitHub
parent c7c8711c9c
commit 39c889e662
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1095,7 +1095,7 @@ UNIT_STEPS = "steps"
UNIT_VOLT = "V"
UNIT_VOLT_AMPS = "VA"
UNIT_VOLT_AMPS_HOURS = "VAh"
UNIT_VOLT_AMPS_REACTIVE = "VAR"
UNIT_VOLT_AMPS_REACTIVE = "var"
UNIT_VOLT_AMPS_REACTIVE_HOURS = "VARh"
UNIT_WATT = "W"
UNIT_WATT_HOURS = "Wh"