But what you wanted seems to be populating āhui-grid-sectionā to populate a whole section, not a grid card within it.
Actually, I have no idea how it is possible to place
How do I include a variable list of entities in an entitites card then?
I have all my stuff organized around topics/rooms using entities cards. Therefore, itās breaking the scheme if I can only add the auto-entites if Iām using the auto-entities card.
Do not place this code as a ROW inside Entities card.
Instead, use auto-entities as the āupperā card, list your static entities like in my example.
Ah, I see what you meant. However, it looks like with this approach itās not possible to position the auto-entities somewhere in between other rows and/or use the desired sorting method? Hereās what I mean (with only sections for now, my target card is more complex):
Iād want to have āTimerā section > timer auto-entities > āAlarmsā section > alarm auto-entities. In the documentation I couldnāt find a way to ācustom sortā the entities e.g. by setting the position manuallyā¦
was on the topic of reusing the area card once again and wanted a quick and dirty auto-entities listing
type: custom:auto-entities
card:
type: vertical-stack
card_param: cards
filter:
template: |
{% for a in areas() %}
{{
{"type": "area",
"area": a,
}
}},
{% endfor %}
which shows ok
and with certain classes:
{% for a in areas() %}
{{
{"type": "area",
"area": a,
"sensor_classes":
{"temperature","humidity"},
"alert_classes":
{"motion","moisture","running","garage_door"},
}
}},
{% endfor %}
this filter however flukesā¦
what am I not seeing?
Thanks a lot, your solution is working perfect.
I just had to modify my regex for the search condition of selectattr
from: /^sensor.calendar_event[1-9]$/
to: sensor.calendar_event[1-9]
Fantastic, thanks for your help! A lot of your other posts were also really helpful to me.
Essentially, one can take their entity list from the regular entities card, put it into the filter section of the auto-entities card and it just works. Maybe a bit unintiutive, but Iāll take it.
i cannot adjust h1 tittle āShellyā size or padding , not applying , under type: custom:stack-in-card can but not in auto entities card, any help please?
Probably this is what you need:
main card mod thread - 1st post - link at the bottom title āfantasticā - other stuff - combining ā.:ā and ā$:ā