thanks for your answer. I’m not that familiar with github, but I’ll try to leave a reminder entry there.
I am aware of the problem described above. If necessary, an implementation as described by you can be done.
Until then, my suggestion would be to leave out the background color for the type “custom tiles” (e.g. custom-button-card) and/or set it to transparent.
My problem is that if I set a light grey transparent background for the inactive state of a custom-button-card, this colour will always be overlaid by the main container (custom:homekit-card / <homekit-button></homekit-button>), i.e. an overlaying of transparent light grey with the colour white of the main container. So at the moment I can only use colors for the tile which have no transparency.
Example:
rgb(77, 90, 93) in custom-button-card -> ok
rgba(77, 90, 93, 0.5) in custom-button-card -> not ok because the white from main-container is in background. The result is a mix of that white and my color.
So if you just remove the background for custom-cards (your background parameters only for custom:homekit-card, else background none), i can do the rest with the options of the custom-card itself.
<homekit-button class="button on"> <!-- always white background -->
<div class="button-inner">
<card-maker ...>
<button-card>
<div>
<ha-card ...> <!-- my custom card with my preferred, transparent background is overplayed by white from main-container -->
</ha-card>
</div>
</button-card>
</card-maker>
</div>
</homekit-button>
Hey @DBuit how can we get the sliders in the card (so not from the popup)? I did slider: true and now its there, but invisible due to style. What style items can we change in the card? thanks!
V0.5 had a bug and tiles with another card in it would not load
This is fixed now.
Added option for card and custom tiles to have an on/off state. Before they where always on.
Example:
- title: Wasmachine
entities:
- card: custom:mini-graph-card
entity: `here you set an entity and the state of this entity toggles the tile as on/off`
offStates: `Add a list of states that should display the tile as OFF al other states will be handled as ON`
noPadding: true
cardOptions:
entities:
- sensor.wasmachine_energieverbruik
@slipx06 can you update and let me know it is fixed for you? @marschiaan i added the state option for card and custom tiles
Hey @DBuit the new update (051) doesnt work when using 2 cards in 1 (the thing you remotely helped me earlier) (here) when using row./column combination. If i revert to 050 it is working again:
Good morning ,
Sorry i have an issue which i really i do not know how to fix , the cards got a strange behave , they do not get more yellow , and are only white , is there any cache somewhere hidden in HA to clean ?
on
and the configuration is this , which has no template no strange config, the light which have dimming , becomes whhite when on , the one which have no dim stay yellow , i would keep the yellow when on on every element.
what shoud i change ? what trigger light rgb in white , light normal in yellow ?
Just released V0.5.2 this should fix some white tiles with other cards.
I know the picture-glance card is not working for some reason
Somehow the element is unkown so i won’t render the card really strange…
@martheijnen strange it is empty… can you try the new version? if it does not work can you check your console of the browser?