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