Picture-entity within a 'regular' card?

I’m wanting to place a picture-entity within a ‘regular’ card along with some entities.

I did this using a vertical stack, but it puts the entities in 1 card, and the image in another card

home assistant xbox banner

  - type: vertical-stack
    cards:
      - type: entities
        entities:
        - entity: sensor.sammy_xbox_status
     - type: picture-entity
        entity: sensor.xbox_sammy_playing
        show_name: false
        show_state: false
        state_image:
          "Wreckfest": /local/xbox-wreckfest.png
          "Fortnite": /local/xbox-banner-fortnite.jpg
          "Not Playing": /local/xbox-banner-none.png

This is how I'd like it to look




I’m guessing (hoping) this can be done somehow. Anyone know how?

This is the vertical stack card you want:

1 Like

Great, thanks!