core/homeassistant/components/homewizard
Christian Neumeier 3e53cc175f
Change POWER_VOLT_AMPERE_REACTIVE to UnitOfReactivePower (#117153)
* Refactoring: exchange POWER_VOLT_AMPERE_REACTIVE with UnitOfReactivePower

* updated iotawatt and mysensors from VOLT_AMPERE_REACTIVE to UnitOfReactivePower.VOLT_AMPERE_REACTIVE

* deprecation period for POWER_VOLT_AMPERE_REACTIVE changed to one year.

* POWER_VOLT_AMPERE_REACTIVE changed to UnitOfReactivePower in blebox integration

* Update homeassistant/const.py

---------

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2024-08-21 15:36:45 +02:00
..
__init__.py Fix homewizard api close not being awaited on unload (#122324) 2024-07-22 10:19:08 +02:00
button.py
config_flow.py
const.py
coordinator.py
diagnostics.py
entity.py Bumb python-homewizard-energy to 6.1.1 to embed model in upstream library (#122365) 2024-07-22 11:26:38 +02:00
helpers.py
icons.json
manifest.json Bumb python-homewizard-energy to 6.3.0 (#124150) 2024-08-18 15:21:04 +02:00
number.py
sensor.py Change POWER_VOLT_AMPERE_REACTIVE to UnitOfReactivePower (#117153) 2024-08-21 15:36:45 +02:00
strings.json
switch.py