Given a Time of Day Helper, and a simple Entity card, how would one go about templating the output of the attribute next_update
?
I have the format figured out, I just can’t figure out how to apply it to the attribute to show up on a card.
{{ as_timestamp(state_attr('binary_sensor.on_schedule', 'next_update')) | timestamp_custom('%-I:%M %p') }}