EDIT: Was using the wrong theme 
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

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.

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.

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
I updated to v1.3.4 and now it is fixed.
My bad i should have checked the github page.
When i wrote this post i checked HACS for new updates but there weren’t any.
Can confirm v1.3.4 fixed the graph card and light card on mine. However there’s a new problem. I’m unable to scroll the dashboard when using the minimallist-mobile theme. If I switch to ios- tapbar or mobile - tapbar it scrolls just fine
Confirmed v1.3.4 fixed these for me as well - same as you said, I did not see the update in HACS. I didn’t immediately go to Github, but once I installed the Core 4.3 update the v1.3.4 hotfix appeared in HACS.



