Vertical and horizontal stack cards want to add toggle switch

Hello all I would like to add toggle switches to the auditorium card. I’ve tried making a new entity in the ,but then it wouldn’t show up anymore.

I want the toggle switches, not the buttons for the two House lights.

Here is the Auditorium card

type: vertical-stack
in_card: true
cards:
  - type: horizontal-stack
    cards:
      - show_name: true
        show_icon: true
        type: button
        tap_action:
          action: toggle
        entity: switch.audit_lights_l_switch
        icon: mdi:lightbulb
        show_state: true
        icon_height: 70px
        name: House L

Here is the code for the other card.

type: entities
entities:
  - entity: switch.audit_lights_l_switch
    icon: mdi:lightbulb
    name: House L
  - entity: switch.audit_lights_r_switch_2
    name: House R
    icon: mdi:lightbulb

Note the difference “Type”

and Entity VS Card

try this

type: vertical-stack
in_card: true
cards:
  - type: horizontal-stack
    cards:
      - type: entities    
        entities:
          - entity: switch.audit_lights_r_switch_2

PS: thou i doubt you want this in a horizontal-stack , you should instead (after ur horizontal , (again use) -type vertical-stack, cards, entities, entity, switch

Thanks I’ll take a look at this!

What is that?
The vertical-stack card does not have such an option.

I’m using different ones. I forgot what it was for. in hacs I have these frontend intergrations installed

here is one of my lovelace dashboards to show what I needed help with.

Here is my main panel (I work at a school, map removed)