Combine entities

Hi,

i am not able to display more entites on one card, i am doing this with
Garbage Collection and Garbage collection card

what i now have is like te black borders, but how i want it is like in de red border (with the dates and times)

This is in my ui-lovelace:

#------------------------------------------------------------------------------------------

Afval app

#-------------------------------------------------------------------------------------------
{BLACK BORDERS}
- entity: sensor.rest_afval
icon_color: black
icon_size: 35px
type: custom:garbage-collection-card
- entity: sensor.gft
icon_size: 35px
icon_color: green
type: custom:garbage-collection-card
- entity: sensor.pmd
icon_size: 35px
icon_color: orange
type: custom:garbage-collection-card
- entity: sensor.papier
icon_size: 35px
type: custom:garbage-collection-card
icon_color: brown

  {RED BORDER}  

title: My Card
cards:
- type: glance
verbose_state: True
entities:
- sensor.gft
- sensor.pmd
- sensor.pmd

Try something like this (with correct formatting of course):

title: My Card
cards:
- type: entities
entities:
- sensor.gft
- sensor.pmd
- sensor.pmd