Echonet Lite failing to start

After the latest upgrade to 2026.3 my Echonet Lite integration is now failing to start. Is anybody else having issues with this or any suggestion to diagnose and repair I have tried rebooting HA with no change

Log message
Logger: homeassistant.util.loop
Source: util/loop.py:137
First occurred: 8:49:15 AM (1 occurrence)
Last logged: 8:49:15 AM

Detected blocking call to import_module with args (‘custom_components.echonetlite.light’,) inside the event loop by custom integration ‘echonetlite’ at custom_components/echonetlite/init.py, line 343: await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS) (offender: /usr/src/homeassistant/homeassistant/loader.py, line 1312: return importlib.import_module(f"{self.pkg_path}.{platform_name}")), please create a bug report at GitHub · Where software is built For developers, please see Blocking operations with asyncio | Home Assistant Developer Docs Traceback (most recent call last): File “”, line 198, in _run_module_as_main File “”, line 88, in _run_code File “/usr/src/homeassistant/homeassistant/main.py”, line 229, in sys.exit(main()) File “/usr/src/homeassistant/homeassistant/main.py”, line 215, in main exit_code = runner.run(runtime_conf) File “/usr/src/homeassistant/homeassistant/runner.py”, line 289, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File “/usr/local/lib/python3.14/asyncio/base_events.py”, line 706, in run_until_complete self.run_forever() File “/usr/local/lib/python3.14/asyncio/base_events.py”, line 677, in run_forever self._run_once() File “/usr/local/lib/python3.14/asyncio/base_events.py”, line 2046, in _run_once handle._run() File “/usr/local/lib/python3.14/asyncio/events.py”, line 94, in _run self._context.run(self._callback, *self._args) File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 937, in async_setup_locked await self.async_setup(hass, integration=integration) File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 679, in async_setup await self.__async_setup_with_context(hass, integration) File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 769, in __async_setup_with_context result = await component.async_setup_entry(hass, self) File “/config/custom_components/echonetlite/init.py”, line 343, in async_setup_entry await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)

Is there already a report in GitHub? It may need developer attention, especially as there has been a Python update in the last release.