Thanks Ildar! Yeah, not exactly badges I was looking for, but meanwhile something like this card might work out as well thanks for taking your time dude!
From all my hearth, I hope you are not waiting 6 years for that, but from your message (which looks like is using the same card I’m trying to set right now), I went into a rabbit hole, and found a way to show up in a formated way.
This is my card:
It is Chore Helper that relies on the auto-entities card to show up. When a task is manual, I struggle to see when was done last time. And this was my solution (mine + google + chatGPT + DevTool + 100 tries):
type: custom:auto-entities
card:
type: entities
title: No Date
state_color: true
show_header_toggle: true
filter:
include:
- integration: chore_helper
state 1: unknown
options:
tap_action:
action: call-service
service: chore_helper.complete
service_data:
entity_id: this.entity_id
hold_action:
action: more-info
double_tap_action:
action: more-info
type: custom:secondaryinfo-entity-row
secondary_info: >-
Last time done: {{ states.this.entity_id.attributes.last_completed |
as_timestamp | timestamp_custom('%d.%m.%Y %H:%M') }}
sort:
method: state
numeric: true
show_empty: false
I hope that if doesn’t you, help someone in the future. Cheers!