I have an automation that is supposed to open an irrigation valve when soil moisture according to sensor gets below a certain point. Here is how the trigger is set up:
The value of that sensor is currently 74. The trigger point was previously 70, but I changed it to its current value of 75 this morning. I expected that after doing that it would trigger immediately, but it has not done so after several hours. Does the value have to change before it triggers, maybe?
The numeric state trigger occurs when the value crosses the threshold you specify. So from above 75 to below 75 in your case.
There are other ways to trigger whenever a value occurs below a set point. e.g. trigger whenever a value is received below 75. So 67 to 68, 68 to 70, etc…
What was the value when you amended the automation trigger point?
If it was already at 75 or below 75, the automation would not have been trigger, HA will not retrospective review values of tiggers in automations, it is point in time action. When the threshold is crossed HA will trigger the automation.