iāve finally finished my vacuum card
i saw some examples in this thread - all beautiful ! but I don;t want to have an interactive map
here is my view, all icons and states and written as templates, changing the dustbox or mode, changes the icon etc
I want to go back to the previous page when clicked on āYatak Odasıā header.
And also how can I position āback chipā in the code to the left of the heading. Currently it is on the right but when I place it to the left the heading gets smaller.
I have a problem with toggling a light from a template card. Lights always turn on at 1% brightness unless I hardcode a brightness value in the template. Hope somebody has a solution.
When I use the light card the light is toggled on and off to the intial brightness. So if the light is at 25% when it is toggled off and on again, the light stays at 25%.
However, if I do the same with the template card, the light doesnāt turn on at 25% but at 1%. Any ideas?
Hey, what theme are you using? I am currently using the UI minimalist mobile theme but I donāt use the UI minimalist dashboard at all. I would like to remove the UI minimalist but I love the mobile theme. Is there some other mobile theme similar to ui minimalist?
Does anyone know of a way to āreuseā a mushroom-template-card? If I set up a custom battery card, how can I reuse it for multiple batteries, without having to copy and paste all the options over and over.
This kit is amazingā¦ literally shrunk my dashboard by 50% in space with no loss of functionality and it is much better looking than the old horseshoe cards I was using, which are now no longer maintained.
@CkretAjint I used a decluttering templateā¦ the syntax can be a bit fidgety though, but thatās Jinja not Mushroom.
This is the template itself in the lovelace dashboard header (admittedly its a bit pesky to put the colours in direct hex, rather than use the theme colours, but I couldnāt get that working with the template card).
What that does is give me a way to control all my plugs in a single place, as below, or embed them in per-room dashboards, but at the same time see the on-off state and power usage.
Does anyone know if itās possible to change the icon colour for the media card?
It lets you change the icon itself but not the colour. I assumed because the other cards had this option but the media card didnāt, it wasnāt possible.
I did try editing the using Yaml and adding icon_colour but that didnāt work
I use decluttering-cards for that (https://github.com/custom-cards/decluttering-card)
The downside is, youāll lose UI control over that section. I usually just design my card with the UI once, then copy/paste and create a decluttering-card from that
thanks so much for the code. Awesome! I managed to adapt the code and works perfectly.
The only tiny thing is that I use the mushroom theme with the rounded corners. However I think you are using a different theme as your corner radius is slightly different so that it matches with the radius of the icon. So for me there is a small gap in the corner. Not the end of the world but I was wondering which theme you are using so that I can get this 100%
Ok this is the code. I was using browser mode before but I decided to abandon it because of the limitations like device id etcā¦ So now I am trying to imitate it with opening a simple page in dashboard. But I replace the code like in the below example it works fine but the back chip is too small to press on mobile. And another problem is because I am using āmargin-left:ā when the page first loads the ābedroomā word slides from right to left.
What I neeed most is the function of the back chip.