Trying to get going on UI minimalist using the official doc followed Prepare & Download - UI Lovelace Minimalist
I have created a new HA instance (HAOS 8.4, core 2022.8.1) on a VM to verify this process.
This is what I’ve done:
- Installed HACS
- Installed HACS integration browser-mod
- Installed HACS integration UI Lovelace Minimalist
- Restarted HA
- Settings | Devices & Services | Add Integration | UI Lovelace Minimalist
- Restarted HA
- Settings | Devices & Services | UI Lovelace Minimalist | Configure:
- (ticked) enable creation of a dashboard entry in the side panel
- (ticked) Enable adaptive Dashboard with popup splitview
- (ticked) Include custom card resources it’s depending on
- Submit
I see two dashboard entries
but get “Custom element doesn’t exist: button-card / auto-entities / grid-layout”
Checked HACS and all these cards are installed.
Checked the my profile the theme is set to minimalist-dekstop
Added this to configuration.yaml
frontend:
themes: !include_dir_merge_named themes
One thing I wasn’t sure what to do at the message of the HACS card installs "since you are not using Lovelace in storage mode you need to manually add the resource with these settings...
; i.e.
Where am I supposed to add these resources?
Is there anything else I am missing?