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?
Yes, you can strip out the custom button card templates, add your own flavor, and use them wherever.
Good to know. question is how hard is that. looks like they are all intertwined with each other grabbing templates from other yaml files or am I way off?
they may be intertwined. When I āborrowedā the look of these cards, I used the configuration as a reference but rewrote the entire thing. I donāt remember how hard it was.
Have you tried to download the language yaml file (that fits to you) from the GitHub page?
This is the link custom_card_imswel_person on Github
You should put the right one into the folder of your custom card.
Like this:
Iāve noticed a weird bug today and wanted to check if it was just me.
Iāve set up a bunch of different views and Iāve toggled through them all, except Iāve noticed that when the only view that uses the weather card is active, it somehow removes the styling (colours, border-radius, etc) from all the other cards except itself. This seems to have a global effect when you switch to another view. Iāve reproduced this on my phone as well. I havenāt done anything fancy with the card, Iāve literally just used the example code from the docs (with my entity, of course).
Removing the weather card, fixes this bug so Iām fairly certain this is the culprit thatās breaking everything else.
Anyone else having this issue or any idea what might be causing this issue?
I want to answer myseld here:
Just use a Double State Icon Chip ā¦and use the right entity names