My understanding is pallette applies to lights like WLED where you have multiple colors impacting the same light. I am struggling with a similar situation over here as I have a bunch of Hue lights and the color selector bounces back to whatever color it currently is. Then if I change views to go back to the home page, it will change to a different color (sometimes the one I was trying to change to.) This has been incredibly frustrating to deal with, and I have not gotten closer to a resolution at all.
Have you gotten your lights working? Also, any ideas on what the Back and More options buttons do?
following the 2024.2 update, all my button card icons derived from an entity are blank. I assume this is to do with the āunder the hoodā changes mentioned in the release notes. All the icons specified explicitly in code are still showing though. Anyone else had this? (Iāve tried clearing the cache)
Hi everyone. Iām using some custom button-cards / tile cards in my Lovelace UI. When adding the weather-card today I have the font/fontsize out of the regular pattern. Could somebody give me a hint, what is wrong?
To me it looks like the custom card isnāt applied as the text should be aligned left too.
The button card integrated in UI minimaliste is not up to date (version 4.1.0 which is not compatible with HA 2024.2 icons handling).
You either have to update it manually in the config folders or uncheck the option āinclude custom card ressources itās depending onā in UI-minimalist device configuration and install all needed cards as described here under āManual downloadā : https://ui-lovelace-minimalist.github.io/UI/setup/download/
Thanks, I have tried now all with single quotes, with double quotes and without quotes. Still does not show the name. I havenāt used this card somewhere else in my dashboard so far, so I am not sure if this is a bug or if Iām just not clever enough.
It works, but upon update my custom files are removed. Is there any other place in the structure where I can put the color template files that will be preserved upon update?
yep installing all resources manually, restart HA then clearing the browser cache worked for me. Iād always assumed the āInclude custom card resources itās depending onā option simply downloaded the most up-to-date version for you from the appropriate source, but I see now this isnāt the case (which does make sense actually!!) and instead theyāre included in the ULM release, so would be dependent on this being updated. So Iām going to continue using card-mod, etc, manually to ensure always using the most recent version.
I have been trying to set a dashboard image for the adaptive ui but for some reason its not displaying the background image. I added this in the minimalist-desktop.yaml under dark mode: background-image: center / cover no-repeat url('test/pexels-pixabay-533157.jpg') fixed
and then in the adaptive-ui.yaml I just have this background: var(--background-image) but nothing is being displayed in the background. Its just the default dark background. Any tips?