hey all i m having trouble with a template ( again )
- service: 'mqtt.publish'
data:
payload_template: '{"intentFilter": "Again", "sessionId": {{session_id}}, "customData": {{volume}} }'
topic: 'hermes/dialogueManager/continueSession'
retain: true
- service: 'persistent_notification.create'
data_template:
message: '{{session_id}}'
the mqtt published is:
{"intentFilter": "Again", "sessionId": , "customData": }
the variables are not evaluated in the payload
but i do get the session_id in the notification
tryed to several escapes strings but cant find why
thank you for your help