I have an input datetime for something that I want to send notification to my phone showing me the set time of the input, but I want it to output as AM/PM in the message to my phone. The template formatting I’m trying gives me an error
Error message:
"ValueError: Template error: timestamp_custom got invalid input '19:58:00' when rendering template '{{ states('input_datetime.bedroom_ac_nightly') | timestamp_custom('%I:%M %p')}}' but no default was specified"