Ich habe folgendes Problem.
Logger: homeassistant.config_entries
Quelle: config_entries.py:749
Erstmals aufgetreten: 10:02:19 (1 Vorkommnis)
Zuletzt protokolliert: 10:02:19
Error setting up entry for hacs
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 749, 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 28, in async_register_frontend
hass.http.register_static_path(f"{URL_BASE}/themes", hass.config.path(“themes”))
\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/http/**init**.py”, line 512, in register_static_path
frame.report_usage(
\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~^
“calls hass.http.register_static_path which "
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
…<7 lines>…
breaks_in_ha_version=“2025.7”,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File “/usr/src/homeassistant/homeassistant/helpers/frame.py”, line 204, in report_usage
\_report_usage_partial()
\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~^^
File “/usr/src/homeassistant/homeassistant/helpers/frame.py”, line 251, in \_report_usage
\_report_usage_integration_frame(
\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~^
hass,
^^^^^
…<4 lines>…
integration_behavior is ReportBehavior.ERROR,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File “/usr/src/homeassistant/homeassistant/helpers/frame.py”, line 351, in \_report_usage_integration_frame
raise RuntimeError(
…<5 lines>…
)
RuntimeError: Detected that custom integration ‘hacs’ calls hass.http.register_static_path which does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/themes", "/config/themes", True)])` at custom_components/hacs/frontend.py, line 28: hass.http.register_static_path(f”{URL_BASE}/themes", hass.config.path(“themes”)). Please create a bug report at https://github.com/hacs/integration/issues
by HarryP: Code-/Logzeilen formatiert (bitte immer in </> einbinden)
s.a.: (Neues Update & Features - Hier in der Community 🫶)