mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Extend UnitOfApparentPower with 'kVA' (#151420)
This commit is contained in:
@@ -590,6 +590,7 @@ class UnitOfApparentPower(StrEnum):
|
||||
|
||||
MILLIVOLT_AMPERE = "mVA"
|
||||
VOLT_AMPERE = "VA"
|
||||
KILO_VOLT_AMPERE = "kVA"
|
||||
|
||||
|
||||
# Power units
|
||||
|
||||
Reference in New Issue
Block a user