Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log Error - 'ha_data_editor' calls hass.http.register_static_path which is deprecated #5

Open
patienttruth opened this issue Jul 21, 2024 · 0 comments

Comments

@patienttruth
Copy link

Per HA Core (2024.7.4) Error log:

Detected that custom integration 'ha_data_editor' 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("/ha-data-editor-www", "/config/custom_components/ha_data_editor/www", True)])`; This function will be removed in 2025.7 at custom_components/ha_data_editor/__init__.py, line 24: hass.http.register_static_path("/ha-data-editor-www", www_path), please create a bug report at https://github.com/fredck/ha-data-editor/issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant