@thomasloven is referring to the padding option in the standard available parameters for the card, that you can set without using card-mod (see documentation).
But as far as I can tell, this only adjusts the padding on the left hand side of the folded rows, so I use card-mod to set the indent on the right-hand side. But hereās the code with the left padding set to 0:
Iām looking for the same thing now. Is this possible?
To be more specific: I have a camera as a picture glance card and would like to by default have it collapsed. Perhaps thereās another solution to this. Iām keen to hear.
I have a Problem with the combination of auto-entities and fold-entity-row. When trying the examples from your help file, I get no frame in the frontend. Example all groups (frame) and example automatically populated (no frame) .
I am new to HA and I am trying to build a drop-down which is kind of working but I cant figure out dynamic labels. I want my label to say āBrightness: 108 luxā for example, I am trying to set a label using
Trying to do something pretty simple but having a hard time. Itās really a use of fold-entity-row and auto-entities. Iām simply trying to show all of my rooms/groups fold-able but only display switches/lights that are on.
None of these attempts seem to workā¦ would appreciate any hints. It seems logical to break down foldable rooms and only show entities of a specific state. TIA!
card:
show_header_toggle: false
title: TEST Currently On
type: entities
filter:
exclude:
- state: 'off'
include:
- domain: group
options:
open: true
type: 'custom:fold-entity-row'
state: 'on'
show_empty: false
type: 'custom:auto-entities'
Thanks for responding @thomasloven ā the biggest problem is that Iām not able to filter CHILD items. Meaning Iām able to show all of my groups but when I filter for ON state it filters on the group not the children. The goal is to show each group and ONLY child items that are in the ON state. See the below result from my top example and notice that it contains entities that are in the OFF state: