Zone name in picture glance card

I have some old badge icons showing family members locations with some pre-defined zones, like home, work and school.
That card has the following configuration:

type: custom:badge-card
badges:
  - entity: person.hakan
  - entity: person.marie
  - entity: person.kalle

Now I try to move them into a picture glance card, but I can’t get the zone name to be displayed without having to click on the picture.

That configuration looks like this:

      - camera_view: auto
        type: picture-glance
        entities:
          - entity: person.hakan
        image: /api/image/serve/9dee95999404d170f75ed63ea05c7263/512x512
        title: Håkan
      - camera_view: auto
        type: picture-glance
        title: Marie
        image: /api/image/serve/740ae74045dddac8f0f397ff29a606b3/512x512
        entities:
          - entity: person.marie
      - camera_view: auto
        type: picture-glance
        title: Kalle
        image: /api/image/serve/b1a61f959b04cc12feb6e45b8b035613/512x512
        entities:
          - entity: person.kalle

Any ideas how I can get their current zones to be displayed directly on the card without having to click somewhere?