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:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user