twrecked / hass-virtual

Virtual Components for Home Assistant
GNU General Public License v3.0
167 stars 28 forks source link

2024.9 warning: POWER_VOLT_AMPERE_REACTIVE #132

Closed ildar170975 closed 1 month ago

ildar170975 commented 2 months ago

WARNING (ImportExecutor_0) [homeassistant.const] POWER_VOLT_AMPERE_REACTIVE was used from virtual, this is a deprecated constant which will be removed in HA Core 2025.9. Use UnitOfReactivePower.VOLT_AMPERE_REACTIVE instead, please report it to the author of the 'virtual' custom integration

Tony763 commented 2 months ago

Doc: Full list of deprecated constants can by found there: https://github.com/home-assistant/core/blob/dev/homeassistant/const.py

Searching for "2025" reveal all of them.

ildar170975 commented 1 month ago

Seems to be fixed in beta.17