Horizontal stack with picture entity but want toggle below the picture

Hi,

I have this example horizontal card:

horizontal card

code:

type: horizontal-stack
title: Lights
cards:

  • type: picture-entity
    name: living
    image: local/spotjes.jpg
    entity: light.spotjes
  • type: picture-entity
    name: keuken
    image: local/keuken.jpg
    entity: light.keuken
  • type: picture-entity
    name: lamp
    image: local/lamp.jpg
    entity: light.leeslamp
  • type: picture-entity
    name: bureau
    image: local/bureaulamp.jpg
    entity: light.slaapkamer

I would like to have a toggle switch below each picture, like this: (photoshopped)
end-result

what is the cleanest way to achieve this?