Camera snapshot doesn't work with local_file integration

Hello. If someone can help me …

I want to push a snapshot of a camera, who was upload on ha, to camera integration local_file :

To do that, i use folder_watcher. When an uploaded snapshot was detected, i take the path, and want to call LOCAL_FILE.UPDATE_FILE_PATH service to view snapshot on my camera integration.

Event: folder_watcher

image

Call service: update_file_path

image

But when i do that on node red, call service node push this:

Instead of this:

file_path: /media/camera/trappe/upload/Trappe_01_2021053100002.jpg

Did you know how can i fix this ?

Discord Help me with this solution:

Xtacy
if you’re using mustache template to create that, use {{{ }}} instead of {{ }}

image