Seth
Seth
Task List - [x] Update config flow - [x] Update repair flow - [x] Update reconfigure flow
Use UnitOfReactivePower class enum introduced in HA 2024.9.0
`2024-08-28 12:14:46.197 WARNING (ImportExecutor_0) [homeassistant.const] POWER_VOLT_AMPERE_REACTIVE was used from solaredge_modbus_multi, this is a deprecated constant which will be removed in HA Core 2025.9. Use UnitOfReactivePower.VOLT_AMPERE_REACTIVE instead, please report it to...
- [x] Follow our [Style guidelines](https://developers.home-assistant.io/docs/development_guidelines) - [x] Use existing constants from [const.py](https://github.com/home-assistant/core/blob/dev/homeassistant/const.py) - [x] Requirements have been added to [manifest.json](https://developers.home-assistant.io/docs/creating_integration_manifest). The REQUIREMENTS constant is deprecated. - [ ] Requirement...