UI-Lovelace-Minimalist / UI

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

Unable to configure - add new custom cards via integration #1493

Open khangwei opened 1 month ago

khangwei commented 1 month ago

Hi,

I used to be able to just go to integrations and configure, then add custom cards. I am now getting unknown error after a long loading process and HA crashes. Anyone has similar experience or know how to resolve this? Thank you

v1.3.9

image

kdruelle commented 1 month ago

Same for me, except I cannot enable custom card. Each attempt to click on submit leads to ha crashes.

BradenJ6164 commented 1 month ago

I am also having this issue. Home assistant goes into recovery mode. It also corrupts each theme file in config/themes/minimalist-*.yaml. When opening the file in VS Code it will show a corrupted error. Deleting the themes and restarting the home assistant fixes the issue but all the settings revert to default again. It's also impossible to edit the created dashboards without corrupting the theme files.

lolziac commented 1 month ago

I'm having the same issue, latest HA and Minimalist UI (v1.3.9). Whatever change I try to do in settings, It just hangs and crashes HA.

0la1 commented 1 month ago

Exact same issue and behavior as @khangwei

Core: Version: 2024.5.2 Supervisor: Version: 2024.05.1 OS: Version: 12.2

BananaSacks commented 1 month ago

Ditto - Fresh update to Core & Supervisor this AM & then tried to install lovelace-minimalist for the first time. Noticed that CPU pegs & OOM errors. Bumped up cores & mem, same results. Requires a forced reboot to stabilize.

Note however, I was able to install the integration - it is when I attempt to change and apply (any) integration config that everything goes to hell in a handbasket.

yolani commented 1 month ago

Same here, can't change any configuration, not even the name of the default dashboards.

Patrick1610 commented 1 month ago

I have the same issue, this is my config image Eventually need this to change to minimalist-mobile

BananaSacks commented 1 month ago

Is this a dead project? I thought Lovelace was the bee's knees for HA? Or are we the only people having issues and we should stop hoping that this is an actual bug someone will actually look into?

lravelo commented 1 month ago

I'm having essentially the same issue. I go to set up UI Lovelace Minimalist under Devices and when I hit submit it just hangs and the CPU spikes up over 80% and never comes back down. At this point Home Assistant becomes completely unresponsive. Ultimately, I have to reboot my HA VM to get it working again. I'm running HA 2024.5.3 and HAOS 12.3.

emilio6479 commented 1 month ago

Same here, can't change any configuration

robinbohnen commented 1 month ago

Same problem here!

jeffrhap commented 1 month ago

Having the same issue! Useless like this!

downey-lv commented 1 month ago

Having the same issues on a new Home Assistant Green. When setting up it is stuck in loading until HA crashes and restarts. Not seeing anything in the logs, but I might not know where to look..

locafra commented 1 month ago

Same here. Hard reset to make HA works again

Green2Matter commented 1 month ago

Same thing - after fresh install of HAOS, HACS and Minimalist...

kappe72 commented 1 month ago

I have the same problem.

Core: 2024.5.4 Supervisor: 2024.05.1 OS: 12.3

GroteGehaktBal commented 1 month ago

Same problem for me

Minimalist UI: v1.3.9 Core 2024.5.5 Supervisor 2024.05.1 Operating System 12.3 Frontend 20240501.1

denes44 commented 1 month ago

It's the same for me.

Minimalist UI v1.3.9 Core 2024.5.5 Supervisor 2024.05.1 Operating System 12.3 Frontend 20240501.1

wilbiev commented 3 weeks 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'

Ruu-D commented 3 weeks 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'

Hi there @wilbiev . I have managed to recover my custom YAML dashboard (which was removed from the menu bar after HA Core update). Thanks for the modified .py files!!! However, after using MINIMALIST UI for over a year now, i struggle to have further confidence in the project, as its not maintained very well... I'm going to try to recreate my dashboard using MUSHROOM CARDS (less flexible as YAML but modified via UI).