I'm currently using the following YAML with auto-entities to create a scene selector
type: custom:auto-entities
show_empty: true
card_param: chips
card:
type: custom:mushroom-chips-card
alignment: justify
filter:
include:
- options:
type: entity
content_info: name
tap_action:
action: call-service
service: scene.turn_on
target:
entity_id: this.entity_id
data:
transition: 5
domain: scene
sort:
method: last_updated
area: bedroom
sort:
method: last_triggered
count: 10
reverse: true
numeric: true
ip: false
ignore_case: false
layout_options:
grid_columns: 4
grid_rows: 4
The issue I am having is the area: bedroom filter causes the two scenes I've created for the bedroom to disappear. What am I missing to make this work?