Value trigger without below or above

So I’m trying to create a new automation that will let me know when the set temperature of my fridge changes but I get the message:

Message malformed: must contain at least one of below, above.

Since I want the trigger to go off regardless of the value, how can this be achieved? I understand the uses of above and bellow, but sometimes they are not needed.

I’d suggest posting your automation code for evaluation…

This should do it

Unintuitively you use a state trigger, not a numeric state trigger.

yea, this worked and I think it does what I want it to. thanks!