UI-Lovelace-Minimalist / UI

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

Deafult Dashboard, Custom Element Doesn't exist #868

Closed derp90 closed 2 years ago

derp90 commented 2 years ago

Describe the bug A default installation, button Card and auto-entitles are claimed to be missing

To Reproduce Steps to reproduce the behavior:

  1. Install Minimalis UI using HACS
  2. Install dependencies using HACS
  3. Add integration (Do not include custom cards) [was tried with this option as well, no effect]
  4. Set theme to minimalist-desktop
  5. Reboot HASS, reload configuration, ctrl+f5 browser and reload minimalist UI

Expected behavior The default example dashboard should function

Screenshots If applicable, add screenshots to help explain your problem. installed 1 installed 2 Missing

basbruss commented 2 years ago

@derp90

Most likely HACS has not added the resource paths to your resources list. You can confirm this by checking https://yourhaurl//config/lovelace/resources. And add them manually if needed.

derp90 commented 2 years ago

That page is completely blank for me. What is supposed to be here? I couldn't find any information in the documentation.

basbruss commented 2 years ago

You should add all resources manually. Or set HA in storage mode so HACS can handle it. By reading carefully when installing a custom_component HACS prompts you with the correct lines to add, see example:

image
derp90 commented 2 years ago

After adding all the missing resources, the default dashboard is still full of errors resour

missing 2

derp90 commented 2 years ago

After adding all the resource links, and fixing a mistake in my ui-lovelace.yaml (when I uninstalled minimalist UI i thought it was wiped) that was made when trying to troubleshoot the first issue, it now works! Thank you for your help