Template Sensor Value not updating with now()

thanks. That worked. I added the time_date platform and then used something like:

 boiler_updated:
  entity_id: sensor.time
  value_template: '{{ relative_time(states.sensor.boiler_temperature.last_updated) }}'

which gets refreshed every minute.