Multiple Entities to Stack Cards

Hi All,

Is it possible to add multiple entities to a stack and picture card? - currently I have the following:

type: vertical-stack
      - cards:
          - cards:
              - entity: light.lounge
                image: /local/images/Lounge.png
                type: picture-entity
              - entity: light.kitchen
                image: /local/images/Kitchen.png
                type: picture-entity

Which gives me a lovely picture with the status of the light (on/off) - but I want to add in the temperature for both the lounge and kitchen too, which I have as ‘sensor.kitchen-temperature’ and ‘sensor.lounge-temperature’. I would like to combine both entities into the same grey bar on the picture card.

Is this possible?

Thanks