I am using hass.io 0.55.
I am trying to install/use Custom UI Panels based on:
andrey-git/home-assistant-custom-ui
I followed the “manual install” process:
Place state-card-custom-ui.html and state-card-custom-ui.html.gz in /config/www/custom_ui/ dir to install the main code.
Placed all files from https://github.com/andrey-git/home-assistant-customizer/tree/master/customizer into /config/custom_components/customizer
Added to configuration.yaml:
customizer:
custom_ui: local
Restarted and have customizer service but not Custom UI panel.
Any suggestions before I ditch hass.io? Thanks for your help.