lbbrhzn / ocpp

Home Assistant integration for electric vehicle chargers that support the Open Charge Point Protocol (OCPP).
MIT License
206 stars 64 forks source link

improve reload #1242

Open lbbrhzn opened 2 weeks ago

drc38 commented 2 weeks ago

Hi @lbbrhzn,

Try changing: assert await async_setup_entry(hass, config_entry)

with this: assert await hass.config_entries.async_setup(config_entry.entry_id)