Your trigger is using a sensor entity which can have many possible values (like a temperature sensor). The Automation Editor doesn’t know what all of the values can be so, in the dropdown list, it only displays three options that are common to all sensor entities:
Any value
unavailable
unknown
If it was a temperature sensor and you wanted the State Trigger to trigger when the temperature is 23 then you would enter 23 in the field. In your case, if you want to trigger when the sensor’s state value is Delayed Start then that’s what you type in the field.
However you should confirm that it’s the sensor’s actual state value. Sometimes what is displayed in the UI is different (simplified) from the true value. For example, your second screenshot implies the actual value is a much longer string that begins with “BSH” and ends with “DelayedStart”. That looks like what you should type in the field and not merely “Delayed Start”.
Please consider marking my post above with the Solution tag. It will automatically place a check-mark next to the topic’s title which signals to other users that this topic has been resolved. This helps users find answers to similar questions.