WTH Why is there still no card global secondary_info: last-changed

just like we can set
state_color: true
globally on a card, which will be applied to entities that can use that, please add a global setting for

secondary_info: last-changed

and help us prevent so many repetitions in regular cards:

type: entities
state_color: true
entities:
    - entity: input_boolean.vijverpompen_alterneren
      secondary_info: last-changed
    - entity: binary_sensor.vijverpompen
      name: Beide pompen aan
      secondary_info: last-changed
    - entity: binary_sensor.vijverpompen_alterneren
      name: Pompen alterneren
      secondary_info: last-changed
    - entity: binary_sensor.vijver_donker_koud
      name: Beide pompen uit
      secondary_info: last-changed

ofc, a global setting would also appreciated for the other options in secondary_info, like last-triggered on automations and scripts…

in my usecase however now, last-changed would be top priority. Dreaming of:

type: entities
state_color: true
secondary_info: last-changed
entities:
    - entity: input_boolean.vijverpompen_alterneren
    - entity: binary_sensor.vijverpompen
      name: Beide pompen aan
    - entity: binary_sensor.vijverpompen_alterneren
      name: Pompen alterneren
    - entity: binary_sensor.vijver_donker_koud
      name: Beide pompen uit

thanks for considering implementing a long standing Feature request

yeah - just came in my mind after sending the post :smiley: - therefore, I deleted my comment ^^

1 Like