Lovelace picture-glance improvement

I would like to suggest the following improvements to the lovelace picture-glance card. Incorporate an entity’s attribute list that you want to be displayed. For example, my cameras (synology proxy) show the recording state when added as an entity and not just as a camera, however motion detection is an attribute item and I have no way of including as a status icon in the picture-glance card. For each attribute, allow us to include an icon for the different values. Here is an example of where I see this could going. The state and attribute icons are overrides and apply based on the value of the state not specific to the individual entity. Not sure if re if that is the best approach, but it’s a powerful start of an idea.

- type: picture-glance
  title: Driveway
  entities:
    - camera.driveway
  camera_image: camera.driveway
  state_icon:
    "Recording": mdi:record
    "Not Recording": mdi:stop
  attributes_icon:
    - motion_detection: 
        "True" : mdi:run-fast

Thanks!

V/R,
Frank