I am having trouble making slider appear on my minimalist dashboard. Everytime I enable ulm_card_light_enable_slider from false to true. I get error on the page as custom-element doesn’t exist: my-slider. How do I resolve this?
Not sure if this is the best solution, but this is what I did to fix this.
When installing my-cards through HACS, the my-cards folder is installed under “/config/www/community/my-cards”.
In the ui-lovelace.yaml, the default import in the top is: button_card_templates: !include_dir_merge_named “…/…/custom_components/ui_lovelace_minimalist/ui_minimalist/ulm_templates/”
Therefore I moved the my-cards folder from the custom_components folder to the following directory: “custom_components/ui_lovelace_minimalist/ui_minimalist/ulm_templates/” and it worked fine.
This could also have been solved by importing it from the original directory, but I went with this route since I am only doing fronted configuration through UI minimalist.