That looks correct. Make sure you have reloaded UI minimalist and your dashboard + refreshing your cache to make it work after changing the parameters.
I did that a hundred times I simply donĀ“t get why its not working. It stopped working on the companion app as well as on all various browser i tested it on
On which version are you of minimalist? As I can recall there were some problems with syncing the file.
You can check that by checking if this file (/config/custom_components/ui_lovelace_minimalist/__ui_minimalist__/ulm_templates/custom_actions/custom_actions.yaml) is the same as the one you have altered
yes its the exact same file.
Doing some research to this issue I found a thread on the browser-mod github page. Seems like IĀ“m not the only one experiencing the exact same problem. But uninstalling minimalist is not an option for me.
Hey, I moved all my files to a new folder. But in the dashboards settings they still refer to a older path. Is there a way that i could change the path?
this is the new path with the folders templates and views
config\lovelace_minimalist\views
config\lovelace_minimalist\templates
The problem is that all my views are now not visible. I think i need to change the file path in the dashboard setting. Does anyone know how i could do it?
This release introduces mainly stability improvements and bug fixes that were introduced in v1.0.1.
The ability to customize names and icons is back for all cards that lost this feature with v1.0.1 (see Breaking Changes)
We also have improved the translation engine. It can now detect the currency set from within HA and doesnāt display undefined anymore when there is no translation available
Changes
Breaking Changes
The way we can set names, last changed and icons for cards like: card_generic, card_battery, card_input_boolean, card_binary_sensor is changed.
You now need to use variables to set those:
Card Graph needs an entity assigned to it to work with the new naming system. (This can be the same as defined in the variables)
Custom-card āLockā needs now the prefix ulm_ with all assignable variables. This is done to create consistency with other cards, but also with the code of the card where variables were not equal to the documented ones. See the new documentation
Code enhancements
#797 Introduce minimum spread variable for thermostat card @finder39
Been playing with the adaptive dashboard. Was able to get the light and mediaplayer popups to work but canāt get the room view popup to work. Iām using the custom card room Custom Card Room - UI Lovelace Minimalist. My thinking is this card hasnāt been updated to work with this. Would that be why I canāt get it to work?
Hey, thanks for confirming! I added the code but still canāt seem to get it to work. Pretty sure I missed something but not sure what. My guess is I put the double_tap_action is the wrong place. Or maybe i went cross-eyed and missed something obvious
Iām trying to understand how to use the āAdaptive Dashā introduces on the 1.0.1 release.
I already knew how layout cards works due to the fact I used it time ago.
The point is that: I donāt understand how to manage some grid areas āunusedā under mediaquery. In the example placed on github:
As you can see, the fist line of areas (text and weather) doesnāt appear under mediaquery layout. Thatās great, I donāt want to see those elements on the phone.
But those elements doesnāt simply disappear. They are placed randomly on the screen:
You can set a show parameter for the card to only show it when your screen is at least an x amount of pixels.
This is covered in the original docs of lay-out card and not in the minimalist docs.
to make it work for you you should change the grid placeholder to something like: