I tried that, and itās still not working. And yea, itās called weather.dom
I see.
Check this link Welcome Scenes Card (docs).
I wonder if you should fill the ui card with the other variable āulm_card_welcome_scenes_collapse:ā and with the related input_boolean that is used to manage the collapse function.
Mine is workingā¦
Hi all,
i managed now to get my views visible. Issue is that if I use a navigate chip i get always back to my ādefault-live-dashboard-home-viewā instead for designated one.
This is how my folder looks like:
This is the code
- type: "custom:button-card"
template: chip_navigate
label: 'Bad'
variables:
ulm_chip_navigate_path: /ui_lovelace_minimalist/02_bad
ulm_chip_navigate_icon: mdi:shower
It doesnt work neither when I write the full path.
The back button works. Following the code for this:
- type: 'custom:button-card'
template: chip_back
variables:
ulm_chip_back_path: /ui_lovelace_minimalist/01_home
Any ideas?
Any body developed a chip with icon only that can change icon based on the state of an entity (e.g. door open/close). Can you share your custom card/chip? Thanks!
Never thought about that thank you. Removed the part from my post to not distract from my more important issue
Heads up for people with a āwonkyā April fools dashboard:
This is not the same as I mentioned
Also I did forget to mention the chip needs an entity if used with a tap_action. So it should be like this for you:
- type: 'custom:button-card'
template: chip_temperature
entity: weather.dark_sky
tap_action:
action: "more-info"
variables:
ulm_chip_temperature_inside: sensor.temperatur_wohnzimmer
ulm_chip_temperature_outside: sensor.temperatur_aussen
ulm_chip_temperature_weather: weather.dark_sky
The path of your view is not necessary the name of the yaml-file.
You can specify a path for a view with:
views:
- title: lights
path: lights ## this makes the path /ui_lovelace_minimalist/lights
icon: "mdi:lightbulb-group-outline"
Or you can find the path by looking at the url
Awesome. ItĀ“s working now. Thanks a lot.
Now to figure out how to make custom chips
V0.0.7-hotfix2
Happy April fools day!
As many of you have noticed card-mod
introduced a joke where our dashboards began to look weird.
With this update we have updated the version of card-mod to fix this.
You only need to install this update if you have checked the box to let UI-Minimalist to install all the needed dependencies.
You can also wait to end this day. Card-mod will reset itself after today.
Please also reset your browser cache after installing this release and restarting HA.
This can be done on Windows by clicking CTRL + F5 or on Mac holding down shift and click the reload button
Thank you so much for helping out to keep this UI awesome
That looks amazing, Iām also interested for config files if youāre willing to share, even if code is dirty
Hi together,
Is it right that I canāt run the dashboard in full width on e.g. iPad mini = 7 inch display?
Thanks and Greets
Dominik
The layout of the card is great and I would love to use it. Unfortunately I canāt get the version of the card to run. Have you continued working on the card in the meantime or will you make a new version available soon? Thanks for your work and great inspirations!
can you please share your UI code?
may be I can help!
Having issues trying to get the custom person card to work. Followed the directions in the main page but noticed that for the custom person card the template is missing. I found it on a github page but the name seems wrong. the template is showing ulm_custom_card_imswel_person_language_variable.
Any help with getting the custom person card to work would be grateful
So itĀ“s me again
Getting closer to a POC state which means iĀ“ll be do nothing than building a new dashboard the next 3 weeks Thanks a lot to @basbrus for helping with a ton of patience here
Before I can go to work another question:
IsnĀ“t the power consumption chip supposed to show two sensors? Consumption AND cost? Or just one value?
This is what I have
- type: 'custom:button-card'
template: chip_power_consumption
variables:
ulm_chip_electric_consumption: sensor.stromverbrauch_tag_kwh
ulm_chip_electric_price: sensor.kosten_stromverbrauch_tag
Both sensors are template sensors showing the current daily consumption but this shouldnt be an issue, right?
If itĀ“s not supposed two show two values, i assume I need to build a custom chip?
Not sure if this is possible but can you add the cards from the UI Lovelace Minimalist collection to another dashboard?