Is there a lovelace card for light switches?

Looking for a nice big picture of a light switch (single, double) that i can toggle my aqara lightswitches with. Any thoughts on how i could accomplish this would be appreciated!

Try the entity-button card, which is now just the Button card - these are the old format:

  - cards:
      - type: entity-button
        entity: script.exit_light
        tap_action:
          action: toggle
        name: Verandah Light 5 min
      - type: entity-button
        entity: light.front_garden_lights
        tap_action:
          action: toggle
        name: Garden Lights
      - type: entity-button
        entity: light.side_verandah_lights
        tap_action:
          action: toggle

The doco has examples.