Hey everyone,
I am trying to place a conditional card inside a fold-entity-row but I get the error message No row configured .
Does anybody know how to fix this problem?
Do you know if it is possible to have a conditional unfolding? I could not see anything in the docs. So similar to showing the conditional card have a conditional unfold?
So, I really like this fold-entity-row combination with the auto-entities for viewing group results. However, Iām starting to look into using the Helpers ā Group instead of hardcoding all my groups in YAML but Iāve noticed very quickly that the Helper version of Groups actually makes a binary_sensor domain entity instead of a group domain entity which breaks the easy fold-entity-row + auto-entities group viewing!
type: custom:auto-entities
card:
type: entities
title: All groups
filter:
include:
- domain: group
options:
type: custom:fold-entity-row
I have found that the fold-entity-row still works great with the binary_sensor version (when explicitly included)
Unfortunately, when I look at the Helper-created binary_sensor group in Developer ā States and there isnāt anything specific about it that is different than other binary sensors which I could use to tell the auto-entities to display it (using include/exclude functionality).
Anyone know if there is an easy way to display all Helper groups (which are in the binary_sensor domain) without explicitly listing them in the card YAML?
Depending on how youāve set up your theme, you will also need to carry over your card settings to the head div that are implict e.g. any settings for border-radius or any border styles (width, color and so on).
You access the chevron via ha-icon - in my example, Iāve made it red.
Finally, do you really need a stack-in-card in the fold? Why not apply your style directly to the markdown card itself inside a lovelace-hui-element?
Edit: just double checking that you are using f-e-r in an entities card? Otherwise thereās a chance none of this will work.
Iāve read the whole thread (I must admit that I didnāt understand everything), but I didnāt find a solution to define a card-mod that applies to all entities (head and entities).
Currently I use the following code to define it for each entity separately: