HACS Log Error Messages

Hi,
I’m running HA on a RPI4 and have HACS version 1.34.0 installed. For a while I am getting to distinct error messages in the log and can’t figure out how to get rid of them. In the HACS github both are listed as fixed but I can’t figure out what I have to do to get to the fixed state:
“json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8”
and
“Detected that custom integration ‘hacs’ calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/frontend", "/config/custom_components/hacs/hacs_frontend", False)]); This function will be removed in 2025.7”

I would be really happy if any of you could point me in the right direction.

Thanks :slight_smile:

Nothing to worry about.

HACS 2.0 will be released soon and that will fix this issue.

2 Likes

Thanks a lot for that answer :slight_smile:

for now it’s not an issue and will get updated in the main HACs code but if you want to clear the error now just update one line in one file. see here https://github.com/hacs/integration/pull/3857/files/ed706e28ef4128a3a4e3b08de9e2c3b4e8efced5