- condition: state
entity_id: input_text.openweathermap_condition
state: "{storm}"
- condition: state
entity_id: input_text.openweathermap_condition
state: "*storm*"
Neither of these work for me. I'm trying to set the condition to true if input_text.openweathermap_condition contains 'storm'.