* Template warning: 'timestamp_custom' got invalid input 'None' when rendering template '# <center>{{ as_timestamp(states('sensor.date_time_iso')) | timestamp_custom('%I:%M %p') }} ## <center>{{ as_timestamp(states('sensor.date_time_iso')) | timestamp_custom('%A, %B %-m, %Y') }}' but no default was specified. Currently 'timestamp_custom' will return 'None', however this template will fail to render in Home Assistant core 2022.1
Happy to help! I’d encourage you to check out the link provided above, it’s quite a bit to digest but it really helped me understand better how template functions work and how to use them.
* Template warning: 'as_timestamp' got invalid input 'unknown' when rendering template '# <center>{{ as_timestamp(states('sensor.date_time_iso.last_changed')) | timestamp_custom('%I:%M %p') }} ## <center>{{ as_timestamp(states('sensor.date_time_iso')) | timestamp_custom('%A, %B %-m, %Y') }}' but no default was specified. Currently 'as_timestamp' will return 'None', however this template will fail to render in Home Assistant core 2022.1