I want to have a condition if a sensor has updated after the value of a datetime helper.
Sometimes I forget to put on my watch before going to bed.
I already have a datetime helper that gets updated when I take a shower.
When my nighttime automation fires, I want to check if my pulse have been updated after the datetime helper has been updated as a mean to check if I put my watch on again.
I realize I probably need a template condition, but I don’t know how to write one.
Can anyone help me with this? I assume it’s somthing like
“sensor.pixel_9_pro_xl_heart_rate > input_datetime.bad_luftfuktighet”?