0.90.0 Settings UI is not working correctly on all devices/browsers (video)

Hi,
since 0.90.0 the Settings Tab in the UI is not working correctly for me. If I click on “General” nothing happend. I have to scroll down to see the settings. “Automation” is not working. I cant get into my Automations. I made a Video to explain. Whats happened?

settings_buggy

This issue was reported here and also posted as an issue in Github.

The cause was determined to be the presence of the Custom_UI component. This custom component is currently incompatible with 0.90.

Remove or comment out the relevant lines from configuration.yaml:

# customizer:
#   custom_ui: local

Restart Home Assistant and (important!) clear your browser’s cache.

If this doesn’t eliminate the problem for you then something else is causing it.

Thanks for reply.
I already comment out customizer because of other issues. But same issue. I also have to comment out this line under frondend and then clear browser cache.

#  extra_html_url:
#    - /local/custom_ui/state-card-custom-ui.html

Its working again. Thanks a lot

I removed the line that was causing the problem and rebuilt it here:

You can just grab the .html files if you want to keep custom_ui enabled while we wait for a real fix.

1 Like