WTH do we need to add secondary_info on each entity, can't we set it per card?

we need:

  - type: entities
    title: Light automations
    entities:
      - entity: automation.arrive_home_evening_lights
        secondary_info: last-triggered
      - entity: automation.switch_opstaan_lights_off_when_enough_lightlevel
        secondary_info: last-triggered
      - entity: automation.switch_bedside_table_off_when_no_motion
        secondary_info: last-triggered
      - entity: automation.switch_bedside_table_on_when_motion
        secondary_info: last-triggered
      - entity: automation.switch_bedside_table_off_when_room_left
        secondary_info: last-triggered
      - entity: automation.switch_masterbed_outlet_when_motion
        secondary_info: last-triggered
      - entity: automation.catch_outdoors_light_left_full
        secondary_info: last-triggered
      - entity: automation.set_outdoors_lights
        secondary_info: last-triggered
      - entity: automation.make_tradfri_parking_light_show_unavailable
        secondary_info: last-triggered
      - entity: automation.turn_off_tradfri_parking_light_on_power
        secondary_info: last-triggered
      - entity: automation.turn_off_tradfri_parking_light_on_daylight
        secondary_info: last-triggered

while

  - type: entities
    title: Light automations
    secondary_info: last-triggered
    entities:
      - automation.arrive_home_evening_lights
      - automation.switch_opstaan_lights_off_when_enough_lightlevel
      - automation.switch_bedside_table_off_when_no_motion
      - automation.switch_bedside_table_on_when_motion
      - automation.switch_bedside_table_off_when_room_left
      - automation.switch_masterbed_outlet_when_motion
      - automation.catch_outdoors_light_left_full
      - automation.set_outdoors_lights
      - automation.make_tradfri_parking_light_show_unavailable
      - automation.turn_off_tradfri_parking_light_on_power
      - automation.turn_off_tradfri_parking_light_on_daylight

would be really appreciated…
thanks!