How to add entity name to picture glance card

Hi all,
Hope everyone is doing well and getting lots of automation projects done while we shelter in place! I had a quick question. Is there a way to add the entity name to the picture glance card? I can get it to show state (even though it gives me an error), but can’t figure out how to get the name to show. here is a simple example of what I am trying to do:

type: picture-glance
title: Kitchen
show_state: true
show_name: true
image: /local/office.jpg
aspect_ratio: 0%
entities:
  - entity: switch.fan_light
  - entity: light.wledtest
  - entity: switch.work_pc
tap_action:
  action: toggle

I really am just looking to have the picture of the room with icons (that toggle) to represent the stuff in the room with names. Maybe I need another approach entirely…
Thanks in advance for any suggestions.
Be well!

1 Like

Hello,
unfortunately, i need to show the name under icon on picture glance card because i have more than 1 light / blind and i wand to show the difference.
I have write

show_name: true
show_icon: true
show_state: false
type: picture-glance
title: Living
camera_image: camera.salon_sub
entity: binary_sensor.issue_ouverten
aspect_ratio: 16x9
entities:
  - entity: cover.baie_sejour
    icon: mdi:blinds
  - entity: cover.parking_sejour
    icon: mdi:blinds
  - entity: light.bureau
    icon: mdi:lightbulb
  - entity: light.bureau_applique
    icon: mdi:lightbulb
state_color: true

All woks except this instruction
If someone know the solution ?