Make "state" value optional in state condition

When creating an automation based on a state, the “From” and “To” are optional. This makes it easy to make something trigger if something has been in a given state for N seconds/minutes/etc., regardless of what the current state.

When adding a state condition though, the state is a required field. Would it be possible to allow this to be optional? In my case I’m looking to build an automation where something happens if a (different) device has been in a certain state for at least N minutes, regardless of what that state is.

(I believe it’s possible to achieve this with templating, but it’d be great if this could just be built in.)