Can anyone help me out here?
I have updated tonight to latest HA-Core version. Since my HACS had the below problem. I tried to remove it via the Integrations folder, but nothing works. Same fault keeps coming.
What can I do?
Logger: homeassistant.config_entries
Source: custom_components/hacs/utils/store.py:8
Integration: HACS (documentation, issues)
First occurred: 23:31:20 (1 occurrences)
Last logged: 23:31:20
Error setting up entry for hacs
‘’’’
Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 335, in async_setup result = await component.async_setup_entry(hass, self)
File “/config/custom_components/hacs/init.py”, line 39, in async_setup_entry return await hacs_ui_setup(hass, config_entry)
File “/config/custom_components/hacs/operational/setup.py”, line 94, in async_setup_entry await _async_common_setup(hass)
File “/config/custom_components/hacs/operational/setup.py”, line 50, in _async_common_setup await hacs.tasks.async_load()
File “/config/custom_components/hacs/tasks/manager.py”, line 43, in async_load await asyncio.gather(*[_load_module(task) for task in task_modules])
File “/config/custom_components/hacs/tasks/manager.py”, line 39, in _load_module task_module = import_module(f"{package}.{module}")
File “/usr/local/lib/python3.9/importlib/init.py”, line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1030, in _gcd_import
File “”, line 1007, in _find_and_load
File “”, line 986, in _find_and_load_unlocked
File “”, line 680, in _load_unlocked
File “”, line 850, in exec_module
File “”, line 228, in _call_with_frames_removed
File “/config/custom_components/hacs/tasks/update_critical_repositories.py”, line 10, in from custom_components.hacs.utils.store import ( File “/config/custom_components/hacs/utils/store.py”, line 8, in from .logger import get_hacs_logger ImportError: cannot import name ‘get_hacs_logger’ from ‘custom_components.hacs.utils.logger’ (/config/custom_components/hacs/utils/logger.py)’’