Quick Look Mobile Dashboard

Update: My bad. Working now. The entity name was not correct afterall. I was not aware that zigbee2mqtt adds on extra wording to what you name your scene.
Hello there. I want to use scene for the first time. This is what I below, but it isn’t triggering. Is there something else I need to configure to get it working?? I can trigger the scene from the developer tool.

.
.
.
  - type: custom:button-card # FOOTER TITLE
    view_layout:
      grid-area: footer_title
    template: title_sticky
    variables:
      title: Scenes
  - type: custom:button-card # FOOTER
    view_layout:
      grid-area: footer
    template: routines_footer
    variables:
      routine1_entity: scene.test_1
      routine1_name: Test 1
      routine1_background_color: "#E9FAC1"
      routine1_icon_color:     
      routine2_entity: #optional scene, script or automation
      routine2_name: #optional
      routine2_background_color: #optional
      routine2_icon_color: #optional

Perfect :slight_smile: :+1: