Display the value of a date time helper on the dashboard

Good morning

I’ve added a date time helper that shows the 1st time the value of a particular automation runs each day.
I want to display the time ideally as a row on an entities card on my dashboard but id like to just display the value and not have it appear as a text box allowing the value to be changed.

Is that possible ?

you can create a template sensor as a proxy or use template rendering card;

{{ states('input_datetime.darkish_time') }}

rendered as

20:13:28

Thanks
I will probably look at the template sensor approach & then add the sensor to the existing entities cards.