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

'ui_lovelace_minimalist' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop #1535

Open
acibo opened this issue Aug 22, 2024 · 0 comments
Labels

Comments

@acibo
Copy link

acibo commented Aug 22, 2024

Log entry upon restarting HA after installing UI_Lovelace_Minimalist. It requests that a bug report be created.

#######################################################################################
Logger: homeassistant.helpers.frame
Source: helpers/frame.py:184
First occurred: 5:24:25 PM (1 occurrences)
Last logged: 5:24:25 PM

Detected that custom integration 'ui_lovelace_minimalist' 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("/ui_lovelace_minimalist/cards", "/config/custom_components/ui_lovelace_minimalist/cards", True)]); This function will be removed in 2025.7 at custom_components/ui_lovelace_minimalist/base.py, line 366: self.hass.http.register_static_path(, please create a bug report at https://github.com/UI-Lovelace-Minimalist/UI/issues
#######################################################################################

@acibo acibo added the 🐛 bug label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant