Building room cards with layout-card

I’m trying to build a dashboard. I thought the best way is to make each room a layout-card.
It would have a title, then I can put different cards underneath.

Each room would be an entity, so I can easily move the whole block around.

I envision a title for the room, then a block for info, then lights
image

image

image

like that. But Funny me, I can’t seem to put a title on a layout-card. And only on the entity card.

type: custom:layout-card
title: Kids

What am I missing?
I want title up top as not all rooms have sensors.

title: Kid's room
icon: mdi:bed
type: custom:vertical-layout
cards:
  - type: custom:button-card
    ect, ect