function will be removed in 2025.7
Destroyer061090 opened this issue · 1 comments
2024-07-31 09:45:47.907 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'browser_mod' 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("/browser_mod.js", "/config/custom_components/browser_mod/browser_mod.js", True)])
; This function will be removed in 2025.7 at custom_components/browser_mod/mod_view.py, line 13: hass.http.register_static_path(, please report it to the author of the 'browser_mod' custom integration
2024-07-31 09:45:47.930 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'browser_mod' 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("/browser_mod_panel.js", "/config/custom_components/browser_mod/browser_mod_panel.js", True)])
; This function will be removed in 2025.7 at custom_components/browser_mod/mod_view.py, line 20: hass.http.register_static_path(, please report it to the author of the 'browser_mod' custom integration
solved with version 3.2.1!