Time template sensor not updating (time stays static after a reboot)

      friendly_time:
        friendly_name: "Current Time"
        value_template: >-
          {{ as_timestamp(now()) | timestamp_custom('%H:%M %p') }}

Anyone know why this doesn’t update as time marches on? Currently showing 22:41 PM which was the time of my last restart…

thanks