mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Extend UnitOfReactivePower with 'kvar' (#142558)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user