šŸŒ» Lovelace UI ā€¢ Minimalist

Hi, yes thatā€™s the box I ticked however it didnā€™t seem to install them.
I shall try and install again. Thanks.

EDIT. Pretty much the only one I cannot install is my-cards-slider-card ?

Working now after updating to v0.0.2.

1 Like

Yes, custom_cards areā€¦custom :wink:
You have to download them seperately if you want specific custom_cards

So ran into this with HACs after updating, where it replaced my local files (and changes) with the version in the repo (which makes sense). For example on card_light.yaml Iā€™ve added some changes to the thumbVerticalPadding, or for chip_temperature.yaml Iā€™ve removed the indoor temp from the display. Whatā€™s the appropriate method of persisting changes through updates? Iā€™m assuming I just need to make custom versions of each and place them in /ui_lovelace_minimalist/custom_cards?

Yey, use another template name and put them to the custom_cards

1 Like

Sorry, just so I know my default install is working ok, does this look ok, this is what I see?:

Yes, thatā€™s the auto-generated dashboard.

PS: The devs are working to make it more minimalistic-theme like with some nice examples of cards. Instead of this weird sun-card which leads to a lot of confusion :wink:

That would be awesome.
Iā€™ve been sat here for about 4 hours now (much to my wifes disgust, or amusement, its hard to tell) trying to get something, nay anything meaningful on my dashboard but failing miserably.

Can I just get this straight in my head, the only file I need to edit is the /config/ui_lovelace_minimalist/dashboard/ui-lovelace.yaml file? In here I can add all my config for the dashboard?

It would be really helpful if I could download some sample yaml files of other peoples configs.

I really like the look of this dashboard! Thanks

Ok, so I was able to change a card and get one of my lights working, however it seems to be ignoring the styling? I appear to be just seeing a default card? Here is a screenshot and also my config

Youā€™re on the right track. You forgot to add the template to your custom button card. Your light code should look like this:

- type: "custom:button-card"
  template: card_light
  entity: "light.right_wall_light"
  variables:
    ulm_card_light_enable_slider: true
    ulm_card_light_enable_color: true
    ulm_card_light_force_background_color: true

More examples and all the variables can be found on the documentation

1 Like

Thank you guys for this awesome work you didā€¦

Here is my (not finished) work i did with some inspiration. Very happy with that :slight_smile:





Now itā€™s time for holidays :wink:

9 Likes

Your theme looks nice. Would be nice if you share this with us. :wink:

same with me now

Yes, same error here. I get an error that the markdown card doesnā€™t exist:

Screenshot 2022-01-25 at 10.21.17

Interestingly if I try to use the custom fan card then I get a very similar error, this time complaining that the conditional card doesnā€™t exist:

Screenshot 2022-01-25 at 10.21.49

Both of these cards are out of the box lovelace components.

EDIT to add: Iā€™ve been seeing this error since before installing via the HACS custom integration route, it was happening with just using the button-card templates pasted into the raw UI YAML.

has someone already created something for an input_text field?

installation by using hacs is a bit complicated :frowning:
I could plug the new folder structure with my lovelace dashboard but i need to be sure of some point :

We now have two main folders :

  • in the config root folder ( ui-lovelace-minimalist ) : UI configs files
  • in the custom_components folder : a usefull ā€œcard databaseā€

When hacs will update the ā€œthemeā€, which folder will be deleted and which file will be overwritten ?

in the nutshell, in need to be sure that : ui_lovelace_minimalist/dashboard/ui-lovelace.yaml is not overwritten and we can add two row like this :

button_card_templates: !include_dir_merge_named "../../custom_components/ui_lovelace_minimalist/__ui_minimalist__/ulm_templates/"
button_card_templates PERSONAL: !include_dir_merge_named "../../LOVELACE_PERSONNAL/"

Thanks !

Everything inside the custom_component folder can be overwritten by the integration.
Everything outsides stays untouched an will only be copied inside the custom_component folder

1 Like

Lets go for the migration !

THANKS a lot !

But of course, always make a backup of your relevant work, just to be on the secure side :wink:
Errors can always happen atm :slight_smile:

1 Like

custom_card seems not working :frowning:

./custom_cards
./custom_cards/custom_card_perso
./custom_cards/custom_card_perso/custom_card_perso.yaml
---
nas2:
  variables:
    entity: "sensor.xiaomi_multisensor_salon_humidite"
    color: "var(--info-color)"
    name: "Default name"
  styles:
    card:
      - border-radius: var(--border-radius)
      - box-shadow: var(--box-shadow)

but :

image

( i already did the update )
I missing something ?

i have also an issue with views :

views: !include_dir_merge_list "views/"
ls views
01_home.yaml        02_weather.yaml     03_parameters.yaml  04_energy.yaml
head 01_home.yaml
  - badges: []
    icon: 'mdi:home'
    path: Home
    title: Home

But i do not have any tabs ( with all view )

Any idea ?
thanks