Open pflegair opened 2 days ago
I'm using Kiosk mode. URL is working properly. Error after upgrade to 3.0.6:
Logger: homeassistant.setup Source: setup.py:334 First occurred: November 22, 2024 at 23:00:41 (1 occurrences) Last logged: November 22, 2024 at 23:00:41
Setup failed for custom integration 'fusion_solar': Unable to import component: No module named 'homeassistant.core_config'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 334, in _async_setup_component
component = await integration.async_get_component()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1027, in async_get_component
self._component_future.result()
File "/usr/src/homeassistant/homeassistant/loader.py", line 1007, in async_get_component
comp = await self.hass.async_add_import_executor_job(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, *self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1067, in _get_component
ComponentProtocol, importlib.import_module(self.pkg_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/util/loop.py", line 200, in protected_loop_func
return func(args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/importlib/init.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "
Same isue: Directly after the update from 3.0.5 to 3.0.6 and the followin restart all entities stopped reporting. The logs state: No module named 'homeassistant.core_config' Runs in Docker
Which version of Home Assistant are you using?
10.03. Issue fixed after upgrade to 11.03
Describe the bug Directly after the update from 3.0.5 to 3.0.6 and the followin restart all entities stopped reporting.
The logs state: No module named 'homeassistant.core_config' Logger: homeassistant.setup Source: setup.py:334
Debug information Home Assistant running in Docker Answer the questions below before submitting a new issue.
Are you using the latest version of Home Assistant? yes
Are you using the latest version of this integration? yes
Have you looked into the closed issues and did not find a similar issue. yes
Are you using Kiosk or Northbound / OpenAPI mode? API
If you ar using Northbound / OpenAPI mode. Check if your credentials are still valid. yes
Have you checked the logs for any info? yes, but not fluent in PC speak
To Reproduce Steps to reproduce the behavior: