šŸŒ» Lovelace UI ā€¢ Minimalist

  1. Did you reload your custom_cards folder after you added your custom_card? So that this is also integrated into the rest of the templates within the custom_component?

Once you have added new custom_cards, you can always reload that folder via Home Assistant and add the new cards to the config. Just go to "Configuration" --> "Settings" in Home Assistant and press the "UI_LOVELACE_MINIMALIST" button within the ā€œYAML configuration reloadingā€ section.

  1. Are you using the mobile theme? There the tabs are hidden by default. Try switching to the desktop theme
  1. yes ! I click here :
    image
  2. thanks fix my issue ! :slight_smile:

weird, after a while this has resolved itself.

Hello, can someone introduce me how to setup popupā€™s on Minimalist?
I have Browser Mod configured etc, also added into variables ulm_card_light_enable_popup: true but still no popup. :confused:

Here is an example for media player:

- type: 'custom:button-card'
  template: 
    - card_media_player
    - popup_media_player
  entity: media_player.nestmini_buro

With a long press youā€™ll get a popup. But I think the popups need a little more work. They doesnā€™t fit for my mobile for example.

1 Like

Okay, thanks but I need to add something more to yaml? Popupā€™s are included into templates only with button_card_templates: !include_dir_merge_named minimalist-templates/ ?
Should I assign idā€™s of browsermod somewhere there? Iā€™ve set it configuration.yaml only.
To be honest, I have never used a browsermod before, so sorry and please understand me. :smiley:

The browser mod only needs to be specified in your configuration.yaml.
So that seems correct.

This tells me you are not using the HACS install.
The card_light received an update which allows to set the variable ulm_card_light_enable_popup: true.
This update is only available with an install via HACS. Therefore I think it is now not working for you.
Please check if the code of card_light is similar to UI/custom_components/ui_lovelace_minimalist/lovelace/ulm_templates/card_templates/cards/card_light.yaml at 5e5cc835735e470f4d4a76263c0af46afa856e8b Ā· UI-Lovelace-Minimalist/UI Ā· GitHub

2 Likes

Yeah, am using ā€œoldā€ version which Iā€™ve installed manually by copying files to root dir. Iā€™ve checked code which you provided and which I have and they are different. None string about popup.
So you recommend to use HACS version if I need popupā€™s?

Yes if you want to receive updates/new cards and bugfixes without downloading and copying the directories by yourself. Also documentation follows the HACS-releases so it can give wrong info for your situation. But for now you can also copy the YAML-code from the github-page I mentioned and paste it in your button_card_templates.yaml and removing the old card_light template :wink:

1 Like

hello,

I did install the new integration.
also removed any trace of all the old file.

for some reason no styles, no light slider_collapse!!
what am I doing wrong?

my code:

---
ui_lovelace_minimalist: !include "../../custom_components/ui_lovelace_minimalist/lovelace/plugins/ui_lovelace_minimalist.yaml"
button_card_templates: !include_dir_merge_named "../../custom_components/ui_lovelace_minimalist/__ui_minimalist__/ulm_templates/"

title: "UI Lovelace Minimalist"
theme: "minimalist-desktop"
background: "var(--background-image)"
# views: !include_dir_merge_list "views/"
views:
  - title: "Example View"
    path: 0
    cards:
      - type: "custom:button-card"
        entity: "sun.sun"
      - type: "custom:button-card"
        template: card_light
        entity: light.hanging_lamp_bedroom_1
        variables:
          ulm_card_light_enable_slider: true
          ulm_card_light_enable_color: true
          ulm_card_light_name: Hanging lamp
      - type: "custom:button-card"
        template: card_light
        entity: light.standing_lamp_bedroom_1
        variables:
          ulm_card_light_enable_slider: true
          ulm_card_light_enable_color: true
          ulm_card_light_name: Standing lamp          

result:

I noticed a strange behavior, my welcome card is displayed via https but not via http
Does anyone have the same error

1.) Propably the minmalist theme is just not selected in your profile? (Click on profile picture left bottom)
2.) You have not set ulm_card_light_enable_collapse under your variables for card_light

yes, you are right!
collapse works. styling works.
my bad!

There seems to be two websites/wiki for this ā€˜themeā€™ should I ignore one and only use the other?

https://ui-lovelace-minimalist.github.io/UI/

Thanks

Guys, I saw that strings like ā€œonā€ ā€œoffā€ ā€œopenā€ ā€œclosedā€ are translated into Polish and they are included into HACS version, but how to use that? Iā€™m unable to choose it from integration configuration?

The wiki hosted on netlify is deprecated.
@tben can you please edit your initial forum post?

1 Like

Will be in next Release:

1 Like

Does anybody have a simple and commented yaml file to get me started? I realise thatā€™s hard but I am struggling :frowning:
Iā€™d like to display some chips across the top, maybe a few sensors and switches below and perhaps access to my CCTV cameras would be neat.
If I can use this as a starting point and put my own entities in, I think it would help.

I like this theme very much but need to learn so much more to make it work for me! :slight_smile:
Thanks!

Take a Look at @CM000n github. He has his whole config there. It helps me a lot to use the view Layout and some other things.

I hope its okay if I link your config @CM000n? :slight_smile:

2 Likes

Thanks, are there any device screenshots of the configs? Would be nice to have a look and see how things are done @CM000n ?