was searching for this as well, but found the solution myself by doing a bit of greppingā¦
edit the file custom_components/ui_lovelace_minimalist/base.py
search for yaml, around line 350ish you will see the configs for the regular dashboard and adaptive dashboard - there is a like that says require_admin, change it from False to True. restart HA.
not sure this will last an update of ULM so might need to do it again after updating ULM.
When I press the button to turn on the light it goes all the way up to 100 percent and not the last percentage it was when the light was turned off. Is there a way to fix that?
After upgrading from v1.3.6 to v1.3.9 the browser no longer shows all the cards with an entity attribute. For example, in my main page I have every room of my house. Some of them have the climate of the room as entity to show its temperature, some of them donāt have any entity. Now I can only see the rooms with no entity:
not sure whats wrong with the default room card, but in the mean time you might want to give my custom room card a try My Custom Cards for Minimalist UI it has a lot more options.
are you using the method of letting UI Lovelace Minimalist install custom card resources, if so try this method, as that method does always have the lastest up to date resources.
go to , then click on Configure, then make sure that Include custom card resources it's depending on. is UN-CHECKED, and click SUBMIT
then, goto to HACS ā frontend and install these:
Hey all, just wanted to share a card I made for the remote domain. May be useful, especially since the Harmony integration has move activity switches to deprecated. The card functions like a lot of multi-row cards, where the second row is hidden unless needed (in this case, when the remote is on).
Ive added a few buttons as examples, but with variables these could be changed to whatever you want.
Hi, I am creating a Minimalist dashboard for my bathroom Sonoff NSPanel Pro. In the bathroom are two heated towel rails that can be turned ON/OFF with HA Switches. I think I need to create a custom card that can be used so that I can change the switch between ON, OFF or enable a schedule (already available as another switch).
I have not created a custom card before. I have read through the docs and looked at a couple of templates but a bit lost on the best place to start. Can someone recommend a good starting card or a resource to read etc.
BTW: I already have Minimalist installed and working with some standard cards and chips.
Much appreciated.
I am having trouble getting my popup to work with browser_mod. I have followed all instructions at browser_mod and was able to fire up a popup when in developer tools calling the service browser_mod.popup.
after much trying, it looks like i cannot call browser_mod from within a variable/one of the four possible room card ā¦ one of the four subiconsā¦ I want to create a popup after click on the subiconsā¦ is that possible?? thank you v much for ur helpā¦