binsentsu / home-assistant-solaredge-modbus

Home assistant Component for reading data locally from Solaredge inverter through modbus TCP
279 stars 70 forks source link

async_forward_entry_setup deprecation #240

Closed brembygit closed 2 weeks ago

brembygit commented 2 months ago

Detected that custom integration ‘solaredge_modbus’ calls async_forward_entry_setup for integration, solaredge_modbus with title: solaredge and entry_id: 7ba09082a3eb081f56ec1643a9fa2fd8, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/solaredge_modbus/init.py, line 130: hass.async_create_task(, please report it to the author of the ‘solaredge_modbus’ custom integration

Detected code that calls async_forward_entry_setup for integration solaredge_modbus with title: solaredge and entry_id: 7ba09082a3eb081f56ec1643a9fa2fd8, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1. Please report this issue.

nagtegaal commented 4 weeks ago

Duplicate of issue 239

binsentsu commented 2 weeks ago

fixed in V1.12.0