System Health details
I followed the link above, but I can't find where to copy and paste the system info. I mentioned all the version numbers of software that I could find.
Checklist
Describe the issue
After updating Home Assistant Core and OS, Here are the versions I'm running.
Core: 2026.4.2
Supervisor: 2026.04.0
Operating system: 17.2
Frontend: 20260325.7
HACS: 1.27.2
HACS was failing to properly initialize. I deleted the HACS integration and reinstalled it with the same result. I enabled debugging and reloaded HACS and Got the following Log error:
Logger: homeassistant.config_entries
Source: config_entries.py:769
First occurred: 9:36:27 PM (3 occurrences)
Last logged: 10:27:16 PM
Error setting up entry for hacs
Traceback (most recent call last):
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/hacs/init.py", line 220, in async_setup_entry
setup_result = await async_initialize_integration(hass=hass, config_entry=config_entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/hacs/init.py", line 206, in async_initialize_integration
await async_try_startup()
File "/config/custom_components/hacs/init.py", line 193, in async_try_startup
startup_result = await async_startup()
^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/hacs/init.py", line 162, in async_startup
async_register_frontend(hass, hacs)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/config/custom_components/hacs/frontend.py", line 25, in async_register_frontend
hass.http.register_static_path(f"{URL_BASE}/themes", hass.config.path("themes"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'HomeAssistantHTTP' object has no attribute 'register_static_path'. Did you mean: 'async_register_static_paths'?
Reproduction steps
1.Boot Home Assistant
2.Monitor the start up of HACS and note errors produced
3. Enable error logging for HACS
Please contact me for other supporting debugging info.
Rob
home-assistant_2026-04-17T03-53-43.130Z.log
...
Debug logs
Diagnostics dump
Cannot locate the "Download diagnostics" from the menu that result from selecting the three dots when the HACS integration was selected
System Health details
I followed the link above, but I can't find where to copy and paste the system info. I mentioned all the version numbers of software that I could find.
Checklist
Describe the issue
After updating Home Assistant Core and OS, Here are the versions I'm running.
Core: 2026.4.2
Supervisor: 2026.04.0
Operating system: 17.2
Frontend: 20260325.7
HACS: 1.27.2
HACS was failing to properly initialize. I deleted the HACS integration and reinstalled it with the same result. I enabled debugging and reloaded HACS and Got the following Log error:
Logger: homeassistant.config_entries
Source: config_entries.py:769
First occurred: 9:36:27 PM (3 occurrences)
Last logged: 10:27:16 PM
Error setting up entry for hacs
Traceback (most recent call last):
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/hacs/init.py", line 220, in async_setup_entry
setup_result = await async_initialize_integration(hass=hass, config_entry=config_entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/hacs/init.py", line 206, in async_initialize_integration
await async_try_startup()
File "/config/custom_components/hacs/init.py", line 193, in async_try_startup
startup_result = await async_startup()
^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/hacs/init.py", line 162, in async_startup
async_register_frontend(hass, hacs)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/config/custom_components/hacs/frontend.py", line 25, in async_register_frontend
hass.http.register_static_path(f"{URL_BASE}/themes", hass.config.path("themes"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'HomeAssistantHTTP' object has no attribute 'register_static_path'. Did you mean: 'async_register_static_paths'?
Reproduction steps
1.Boot Home Assistant
2.Monitor the start up of HACS and note errors produced
3. Enable error logging for HACS
Please contact me for other supporting debugging info.
Rob
home-assistant_2026-04-17T03-53-43.130Z.log
...
Debug logs
Diagnostics dump
Cannot locate the "Download diagnostics" from the menu that result from selecting the three dots when the HACS integration was selected