I donāt use tile card myself, but I did test around before in my dev environment to auto-populate using auto-entities and layout-card and grid card. Hereās a snippet of auto-entities with 4 column grid card.
- type: custom:auto-entities
card:
type: grid
columns: 4
square: false
card_param: cards
unique: entity
filter:
include:
- entity_id: "cover.*"
options:
type: 'tile'
features:
- type: cover-open-close
icon_tap_action:
action: more-info
tap_action:
action: toggle
color: var(--switch-entity-color)
sort:
method: entity_id
ignore_case: true
Or if you want them to each take one card space under eachother, then with grid column option 1
will get you this:
Not sure if this is what youāre after, but I figured Iād chime in what I tested with before.