1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Remove deprecated constant for volt ampere reactive (#155955)

This commit is contained in:
G Johansson
2025-11-06 19:59:11 +01:00
committed by GitHub
parent bbadd92ffb
commit c2f6a364b8
-7
View File
@@ -487,13 +487,6 @@ class UnitOfReactivePower(StrEnum):
KILO_VOLT_AMPERE_REACTIVE = "kvar"
_DEPRECATED_POWER_VOLT_AMPERE_REACTIVE: Final = DeprecatedConstantEnum(
UnitOfReactivePower.VOLT_AMPERE_REACTIVE,
"2025.9",
)
"""Deprecated: please use UnitOfReactivePower.VOLT_AMPERE_REACTIVE."""
# Energy units
class UnitOfEnergy(StrEnum):
"""Energy units."""