This release upgrades the underlying pymodbus library to stay in sync with HA core.
Improvements 🚀
* Add Backup power SOC entity (https://github.com/wlcrs/huawei_solar/issues/401)
* Add delay before first request after reconnect (https://github.com/wlcrs/huawei_solar/issues/248)
* Retry when receiving a SlaveFailure Modbus exception
Fixes 🐛
* Update pymodbus to 3.2.2 to stay in sync with version used in HA core (Fixes https://github.com/wlcrs/huawei_solar/issues/409, https://github.com/wlcrs/huawei_solar/issues/408 )
* Be more aggressive to reconnect on errors https://github.com/wlcrs/huawei_solar/issues/415
* Allow sensor data to be missing from DataUpdateCoordinator data
* Fix retrieval of static min/max values when multiple slaves are present (https://github.com/wlcrs/huawei_solar/issues/333)
* Spanish and Catalan languages by Borty97 (https://github.com/wlcrs/huawei_solar/pull/411 , https://github.com/wlcrs/huawei_solar/pull/411 , https://github.com/wlcrs/huawei_solar/pull/410)