doesnt do anything… I simply want the head to be bold, and possibly change color when folded put (down even know if we can template that, but would be cool). Would that be an option @thomasloven, is there such a thing as state for the folded or collapsed fold-entity-row?
neither if which have any effect… I can’t seem to find the correct place put the to style section for the fold. Think I checked all other examples also…
secondly, checking the templates section: what would be the variable to template for the folded/collapsed styling?
lastly, as you can see upon closer inspection the thin line goes beyond the cards for each fold-entity-row:
I can see what it does in your card, but I cant read it yet, dont understand what it does and what it all means… secondly the entity-row-maker is not in my config, nor can I find any reference to it at all?
lastly, my full config for this card is in a vertical-stack-in-card. So I am at a loss where to add the style for each head in the fold-entity-row s:
between the top vertical-stack-in-card and the bottom stack of fold-entity-rows! Changing the bottom section to an entities list makes the section lines behave nicely, and stop them from overflowing the cards also!
now, the coloring only works for the nth card, and not for all. Would there be a * option to have it work on all fold-entity-rows?
I have the following yaml which displays a fold-entity-row.
- title: Test Card Mod
cards:
- type: entities
entities:
- type: custom:fold-entity-row
head:
type: section
label: Test Card Mod
entities:
- light.lounge
- light.dining
What I would like to do is change the font and color of the head label. I have read through all the threads and tried the examples given but I am unable to get anything to work. Any ideas would be gratefully accepted.