Open thedmmatt opened 5 months ago
I fixed two issues with my limited knowledge of Python and Home Assistant. You can find the modified files init.py and base.py in my GitHub repository https://github.com/wilbiev/UI/tree/main/custom_components/ui_lovelace_minimalist The solved issues are the hanging (problem in the reload of the integration) and the log messages 'Detected blocking call'
Fixed hanging issues for (first-time) users not using the GitHub option. Update in https://github.com/wilbiev/UI/blob/main/custom_components/ui_lovelace_minimalist/__init__.py. PR created. Other issues were fixed in new available version v1.3.10
Describe the bug When trying to change anything in the Integration config page (for example, a simples edition such as disabling adaptative dashboard), HA starts logging the same message over and over again until it becomes unresponsible and/or crashes, requiring the container to be restarted.
To Reproduce Steps to reproduce the behavior:
Expected behavior Any changes would be saved by the integration or errors would be printed in the popup header without crashing HA.
Screenshots n/a
Additional context Running HA as a Docker container over WSL2.
Related Logs (can be found in the browser-console (F12))
Yes -- weirdly enough, the error log stops right there with an open parenthesis
Related Card Config n/a