Tile card last triggered in relative time

Recently the ability to show ‘last triggered’ as the state on a tile card was introduced, but only in absolute time. Please consider allowing to display the relative time for last triggered on tile cards.



It works fine for me…

image

type: custom:stack-in-card
cards:
  - type: tile
    entity: input_select.clothes_dryer_state
    show_entity_picture: false
  - type: tile
    entity: binary_sensor.clothes_dryer_door
    state_content:
      - state
      - last-changed
  - type: tile
    entity: binary_sensor.clothes_dryer_vibration
    state_content:
      - state
      - last-changed

Hi, thanks for your reply. ‘Last changed’ and ‘last triggered’ are not the same.

It seems ironic that the last-changed time is displayed as relative, but last-triggered isn’t.

My bad, I didn’t read your post properly. Sorry mate.