diff --git a/homeassistant/const.py b/homeassistant/const.py index 1e4276d6d45..b05a1f022c6 100644 --- a/homeassistant/const.py +++ b/homeassistant/const.py @@ -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."""