Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

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

@patienttruth

Description

@patienttruth

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions