OpenWeatherMap Rule Question

HE C8
Using rule machine and OWM, trying to come up with a trigger for 'Not Raining'. For raining, I'm using the custom attribute and selecting condition_text state and contains rain comparison, since this selected state has many variables e.g. Light rain. When it quits raining I would like to have a does not contain rain trigger (the state can have Broken Clouds, Clear Skies, etc.). But this is not an obvious selection. Anyone know how I can do a 'does not contain' comparison?

I would trigger on the attribute changing, then your first action would look at attribute to determine what to do next.

I suppose you could NOT the trigger you are using now.

Agreed. Trigger is condition_text changes. Set up two conditions: one for condition_text contains rain, another for NOT(condition_text contains rain)