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 ?
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.
Yes, custom_cards areā¦custom
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
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
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
Thank you guys for this awesome work you didā¦
Here is my (not finished) work i did with some inspiration. Very happy with that
Now itās time for holidays
Your theme looks nice. Would be nice if you share this with us.
same with me now
Yes, same error here. I get an error that the markdown card doesnāt exist:
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:
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
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 :
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
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
Errors can always happen atm
custom_card seems not working
./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 :
( 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