action: notify.persistent_notification
metadata: {}
data:
message: >-
Defined - {{ importance is defined }},
Value - {{ importance.response_text }},
Both - {{ importance is defined and importance.response_text == 'passive' }}.
'importance' is the response from the llm vision action
The notification that is sent is shows:
Defined - True, Value - passive, Both - False.
If its defined, and set to 'passive' why does the last test fail?