Extend UnitOfReactivePower with 'kvar' (#142558)

This commit is contained in:
skrynklarn
2025-04-09 21:22:02 +02:00
committed by GitHub
parent 76015740f8
commit 1b66278a68
3 changed files with 5 additions and 4 deletions

View File

@@ -603,6 +603,7 @@ class UnitOfReactivePower(StrEnum):
"""Reactive power units."""
VOLT_AMPERE_REACTIVE = "var"
KILO_VOLT_AMPERE_REACTIVE = "kvar"
_DEPRECATED_POWER_VOLT_AMPERE_REACTIVE: Final = DeprecatedConstantEnum(