Logger: homeassistant.config_entries
Source: config_entries.py:761
First occurred: 9:38:03 PM (2 occurrences)
Last logged: 9:40:20 PM
Error setting up entry for hacs
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 761, in __async_setup_with_context
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 99, in async_setup_entry
await _async_common_setup(hass)
File "/config/custom_components/hacs/operational/setup.py", line 55, in _async_common_setup
await hacs.tasks.async_load()
File "/config/custom_components/hacs/tasks/manager.py", line 56, in async_load
self.hacs.hass.helpers.event.async_track_time_interval(
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'HomeAssistant' object has no attribute 'helpers'
I’ve tried deleting and re-adding, and I’ve followed other posts best I am able, but keep getting the same thing.
I don’t think I use HACS for anything currently, but I’d like to and can’t seem to figure out how.
Thanks
