🌻 Lovelace UI • Minimalist

Never thought about that :joy: thank you. Removed the part from my post to not distract from my more important issue :slight_smile:

1 Like

Heads up for people with a ‘wonky’ April fools dashboard:

This is not the same as I mentioned :wink:

Also I did forget to mention the chip needs an entity if used with a tap_action. So it should be like this for you:

          - type: 'custom:button-card'
            template: chip_temperature
            entity: weather.dark_sky
            tap_action: 
              action: "more-info"
            variables:
              ulm_chip_temperature_inside: sensor.temperatur_wohnzimmer
              ulm_chip_temperature_outside: sensor.temperatur_aussen
              ulm_chip_temperature_weather: weather.dark_sky

The path of your view is not necessary the name of the yaml-file.
You can specify a path for a view with:

views:
  - title: lights
    path: lights ## this makes the path /ui_lovelace_minimalist/lights
    icon: "mdi:lightbulb-group-outline"

Or you can find the path by looking at the url
image

1 Like

Awesome. It´s working now. Thanks a lot.

Now to figure out how to make custom chips :slight_smile:

1 Like

Hi all, anyway to make the layout responsive, it wastes quite a bit of space on my desktop

V0.0.7-hotfix2 :rainbow_flag:

Happy April fools day!

As many of you have noticed card-mod introduced a joke where our dashboards began to look weird.

With this update we have updated the version of card-mod to fix this.

You only need to install this update if you have checked the box to let UI-Minimalist to install all the needed dependencies.
You can also wait to end this day. Card-mod will reset itself after today.

Please also reset your browser cache after installing this release and restarting HA.
This can be done on Windows by clicking CTRL + F5 or on Mac holding down shift and click the reload button :smiley:

:heart: Thank you so much for helping out to keep this UI awesome

@stokkie90

3 Likes

That looks amazing, I’m also interested for config files if you’re willing to share, even if code is dirty :smiley:

Hi together,

Is it right that I can’t run the dashboard in full width on e.g. iPad mini = 7 inch display?

Thanks and Greets
Dominik

The layout of the card is great and I would love to use it. Unfortunately I can’t get the version of the card to run. Have you continued working on the card in the meantime or will you make a new version available soon? Thanks for your work and great inspirations!

can you please share your UI code?
may be I can help!

Having issues trying to get the custom person card to work. Followed the directions in the main page but noticed that for the custom person card the template is missing. I found it on a github page but the name seems wrong. the template is showing ulm_custom_card_imswel_person_language_variable.
Any help with getting the custom person card to work would be grateful

So it´s me again :slight_smile:

Getting closer to a POC state which means i´ll be do nothing than building a new dashboard the next 3 weeks :slight_smile: Thanks a lot to @basbrus for helping with a ton of patience here

Before I can go to work another question:

Isn´t the power consumption chip supposed to show two sensors? Consumption AND cost? Or just one value?
This is what I have

grafik

- type: 'custom:button-card'
                template: chip_power_consumption
                variables:
                  ulm_chip_electric_consumption: sensor.stromverbrauch_tag_kwh
                  ulm_chip_electric_price: sensor.kosten_stromverbrauch_tag

Both sensors are template sensors showing the current daily consumption but this shouldnt be an issue, right?
If it´s not supposed two show two values, i assume I need to build a custom chip?

Not sure if this is possible but can you add the cards from the UI Lovelace Minimalist collection to another dashboard?

Yes, you can strip out the custom button card templates, add your own flavor, and use them wherever.

Good to know. question is how hard is that. looks like they are all intertwined with each other grabbing templates from other yaml files or am I way off?

they may be intertwined. When I ‘borrowed’ the look of these cards, I used the configuration as a reference but rewrote the entire thing. I don’t remember how hard it was.

Have you tried to download the language yaml file (that fits to you) from the GitHub page?

This is the link custom_card_imswel_person on Github

You should put the right one into the folder of your custom card.

Like this:

I’ve noticed a weird bug today and wanted to check if it was just me.

I’ve set up a bunch of different views and I’ve toggled through them all, except I’ve noticed that when the only view that uses the weather card is active, it somehow removes the styling (colours, border-radius, etc) from all the other cards except itself. This seems to have a global effect when you switch to another view. I’ve reproduced this on my phone as well. I haven’t done anything fancy with the card, I’ve literally just used the example code from the docs (with my entity, of course).

Removing the weather card, fixes this bug so I’m fairly certain this is the culprit that’s breaking everything else.

Anyone else having this issue or any idea what might be causing this issue?

I want to answer myseld here:

Just use a Double State Icon Chip :slight_smile: …and use the right entity names :stuck_out_tongue:

It’s not the first time that card has broken other cards. It’s happened at least once before.