šŸŒ» Lovelace UI ā€¢ Minimalist

Hi all guys, but if I donā€™t want to use yaml mode, how can I recreate these cards in editor mode?

Also because, I have a dashboard already set up with other mushroom cards.

Thanks.

Hi, Iā€™ve noticed this too.

Iā€™ve noticed that the slider on mushroom is much more responsive than with minimalist, and seems more reliable.

Is there a way to make use of the mushroom slider component? Iā€™m not sure how to checkā€¦ hopefully someone has a tip?

Hello, I am using the Light Card in the UI dashboard.
I have an Ikea Tradfri Lightbulb which is dimmable, and has the ability to change its colour temperature. When setting up the light card, I am able to use a slider to control its brightness, however I cannot seem to get the colour temperature slider. I looked through all the code and there is multiple references to rgb_color, as well as a color palette, but none of these would work with my colour temperature on my Ikea bulb. Has anyone managed to configure a slider for the colour temperature? I know that I can create a call service automation which calls light.on where I can configure colour temperature, but have no clue how I could utilise this within minimalist ui.
Only other information I have tried to work with is that the colour temperature is an attribute to the light entity.

Edit: If anyoneā€™s interested I dived into the world of mushroom cards and grabbed its light card yaml and put it in my minimalist page.

EDIT: Was using the wrong theme :man_facepalming:t2:

Iā€™m messing around with polishing some of my UI and wanted to know if there was a way to control the formatting of numbers within a template.

For example, I have a custom room template that includes the following code to return room temperature and humidity:

return states[variables.room_temperature].state + "Ā°C Ā· " + states[variables.room_humidity].state + "%";

The challenge I have right now is that some of my sensors report back a stupid amount of numbers to the right of the decimal point, and Iā€™d just like to round them all up to either an integer or perhaps one number after the decimal point.

My usual JavaScript methods (like .toFixed(1)) donā€™t seem to work in these templates and Iā€™m looking for some ideas on how to approach this. Has anyone encountered the same issue?

I fix this by going to the device and changing how many digits to show after the decimal. If you are using Z2M just select the device, click Settings (specific) and set the temperature_precision. Not sure how you change this in ZHA.

I have exactly the same issue

I have try this but canā€™t apply it directly to themes filesā€¦ Have you succeeded?

#view {
        margin-top: 0px !important;
        padding-bottom: var(--header-height);
      }

Hello there,
I have a question about using through HA App (currently using iOS).
Many times after open HA App Iā€™m just getting blank screen or it loads slow/long. It happens only when using Minimalist? Is there any way to fix that?

Hey there,
after the last HA update i can not disable the Top Tap Menu. In the past if i choose minimalits mobile there wasnt a menu on top of the UI. Is this still a known problem? I already cleraed cacheā€¦

No solution for this issue ?

I have the same problem

would you happen to know how I can get the Fan button to display a slider instead of the button? Iā€™m using this for my hot tub and the fan is a 3 speed so it kind of puts it into a glitch because it can only toggle

image

I really like this card! please excuse my ignorance since i have been reading this forum for hours and still cant figure out how to copy your code and apply it to my /config/ui_lovelace_minimalist. I would like to learn how to take this custom card from Thermostat Card - UI Lovelace Minimalist and make the fan button into a slider so i can set the blower speeds of my hot-tub pump.

image

Having an issue after a recent update, although Iā€™m not sure at which point this happened - the graph card used to display the icon in the same color that was selected for the graph itself, however recently all graph cards only display the icon in blue, despite a different color being set for the graph itself.

image

Anyone else have this issue, and are there any known fixes? It doesnā€™t seem that the code supports assigning an ā€œicon colorā€.

Any help would be appreciated!

I use dark mode and noticed after the recent update that the card is now two different colors. The top half is gray while the bottom is black. Prior to the update it was all black. Not sure what the fix it but probably should be reported as an issue on the github page.

Yes, I see the same thing in dark mode too - Iā€™ll post as an issue there unless anyone has a solution

Try reloading the themes from Developer Tools - Services. That fixed it for me.

Hello there,
after a recent update somethings wrong.
The graph card has now two different colors, the grey top and bottom black.
When a light is turned on the card gets black.
With the Light theme the Graph card works fine but the light card has the same problem.
iā€™ve also tried reloading the themes

To what version have you updated? Those bugs should be fixed in v1.3.3