mirror of
https://github.com/esphome/esphome.git
synced 2024-11-15 03:28:12 +01:00
Update UNIT_VOLT_AMPS_REACTIVE = "var" (Currently 'VAR') (#7643)
This commit is contained in:
parent
c7c8711c9c
commit
39c889e662
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue