UI-Lovelace-Minimalist / UI

UI-Lovelace-Minimalist is a "theme" for HomeAssistant
https://ui-lovelace-minimalist.github.io/UI/
Other
1.62k stars 432 forks source link

Changing configuration settings in integration crashes HA #1531

Open dhjnovxn opened 1 month ago

dhjnovxn commented 1 month ago

Describe the bug Try to change any setting in intergration and submitting reboots HA

To Reproduce Steps to reproduce the behavior:

  1. Go to UI Lovelace Minimalist Intergration
  2. Click on Configure
  3. Change any setting and submit
  4. Page hangs and HA reboots

Expected behavior No hang or reboot

Screenshots If applicable, add screenshots to help explain your problem. IMG_6673

Additional context

Related Logs (can be found in the browser-console (F12)) Add related logs for the problem

Related Card Config Add the card config from ui-lovelace.yaml with the related problem

paste the yaml code here
JoostSaanen commented 1 month ago

I have the same issue, while trying to do a fresh install.

vgibara commented 4 weeks ago

Same

mperone commented 3 weeks ago

same

newsplas-h commented 3 weeks ago

Did a fresh install and had the same issue, mine would hang my docker container and max out cpu usage on the host upon clicking submit. This fixed it for me.

jonnywright commented 3 weeks ago

I also have this. Docker logs these two errors, seemingly indefinitely. Below is a small sample.

homeassistant  | 2024-08-22 10:48:16.119 ERROR (MainThread) [custom_components.ui_lovelace_minimalist.base] HACS Frontend repo "lovelace-state-switch" is not installed, See Integration Configuration.
homeassistant  | 2024-08-22 10:48:16.158 ERROR (MainThread) [custom_components.ui_lovelace_minimalist.base] HACS Frontend repo "lovelace-layout-card" is not installed, See Integration Configuration.
homeassistant  | 2024-08-22 10:48:16.158 ERROR (MainThread) [custom_components.ui_lovelace_minimalist.base] HACS Frontend repo "lovelace-state-switch" is not installed, See Integration Configuration.
homeassistant  | 2024-08-22 10:48:16.178 ERROR (MainThread) [custom_components.ui_lovelace_minimalist.base] HACS Frontend repo "lovelace-layout-card" is not installed, See Integration Configuration.
homeassistant  | 2024-08-22 10:48:16.178 ERROR (MainThread) [custom_components.ui_lovelace_minimalist.base] HACS Frontend repo "lovelace-state-switch" is not installed, See Integration Configuration.
homeassistant  | 2024-08-22 10:48:16.195 ERROR (MainThread) [custom_components.ui_lovelace_minimalist.base] HACS Frontend repo "lovelace-layout-card" is not installed, See Integration Configuration.

Code_ulCoiSE23U

Can confirm that this fixed it for me:

Did a fresh install and had the same issue, mine would hang my docker container and max out cpu usage on the host upon clicking submit. This fixed it for me.