Being still a noob considering style modification, css voodoo and may be just failing to use the correct search termā¦ how do I get rid of the border (frame?) for a standard markdown card?
While playing around with different cards on the way to build a dashboard for my needs I noticed that titles and this custom clock card (nik clock) donāt have any borders.
Popups Never worked - ? - I donāt think Iāve ever gotten them to show up correctly (unless I thought it was much uglier than I believed - or maybe I am using a lame default of some kind)? Currently on my minimalist home page:
If I press and hold (or just tap - no difference) the 73 degrees shown on the home page below:
Am I doing something wrong or missing someting? I believe itās just showing the properties screen of that entityā¦ My home.yaml has this related code -
As a last resort I also tried changing EVERYTHING to āpopupā in custom_actions.yaml but even that made no difference - the only thing that ever comes up is the prepoerties for that entity (which in this case I think is being called āmore-infoā). Iāve never gotten these popups to work. Any ideas?
Hello! Look into the yaml of the custom card you are trying to edit; in the āstyleā part of the code, look for āimg_cellā and then under it, ābackgroundā. Edit to your liking. Be cautious tho, if you edit the template, this change will be reflected in all aspects that use that specific template.
Iām pretty sure if I change this, it will be reset upon the next update.
So Iām looking to create my own custom template next to it which I can use as a substitute instead.
Not sure yet where to place it, and how to include it. But letās see
Hi, perhaps a very basic question but havnāt found any answers anywhere. Is it possible to combine this with existing dashboard? I have a setup using the Mushroom theme which I really like but I would also add some custom cards from Minimalist, is that possible?
Im not very familiar with the filestructure but you can just copy your existing dashboard into a yaml-file in UI minimalist, and then do your modifications there?
I started using this theme 3-4 days ago so Iām not that deep into it yet, sorryā¦
Maybe someone more experienced can jump in here and correct me?
Can you stack the templates?
If not, I would have to recreate each template, correct?
Is there a way to include multiple folders with templates?
I tried to use two lines of !includes, but that didnāt work:
# This didn't work #
button_card_templates: !include_dir_merge_named "../../custom_components/ui_lovelace_minimalist/__ui_minimalist__/ulm_templates/"
button_card_templates: !include_dir_merge_named "../../templates/button_card_templates"
# Nor did this #
button_card_templates:
- !include_dir_merge_named "../../custom_components/ui_lovelace_minimalist/__ui_minimalist__/ulm_templates/"
- !include_dir_merge_named "../../templates/button_card_templates"
Hi,
please allow me to ask a beginner question. I followed the video tutorial for minimalist (āits hard butā¦:ā) and installation was smooth. I can see the demo dashboard.
But when I modify the demo dashboard yaml, the dashboard stays empty. It does not even show the headline to update the dashboard. Its just an empty page. When I paste the demo yaml, everything shows up ok.
Any ideas what I am doing wrong here?
Thanks!!!
Hi,
i have two questions. I use the Custom Card āWelcome Navigationā is there a way to use the card also to add entitiy on the pills?
Also i use the Custom Card āRoomā this works well but i have one room without any additional information in the ālabelā
as you can see the size of the room card is different. I tried several thing to put anything in the label but this is not working at all. How it is possible to get the same size?
Thank you, watched that, but unfortunately that only uses the default minimalist dashboard. But perhaps importing my complete yaml code into the minimalist dashboard will workā¦
Hey! so I started to use the amazing project and iam trying to create my own custom card.
Boiler card, with power button, remaining time, and 4 different timers that I can press and the boiler will work accordanly, and stop boiler.
how I can I create custom card? iam losing myself when I try to do it.
(I have already entities: power, current status, auto shutdown, power consumption, remaining time)
Hi I am a beginner to Home Assistant and Minimalist.
Iāve just set up my first card and it seems to be working ok.
The formatting on desktop is looking fine but for some reasons the formatting on mobile is completely messed up. Any advice would be highly appreciated! Thanks!