From fbbb01d9ae296319803eb960636eb674d25d8764 Mon Sep 17 00:00:00 2001 From: aebgit Date: Fri, 2 Feb 2024 14:18:14 +0100 Subject: [PATCH] Update signal_messenger.markdown (#29588) * Update signal_messenger.markdown - changed path and updated explanation for attaching images - based on https://github.com/haberda/signal-addon/issues/111#issuecomment-1783881882 * remove mention of Docker --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/signal_messenger.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_integrations/signal_messenger.markdown b/source/_integrations/signal_messenger.markdown index 8855e0d0f74..4838e4f6e78 100644 --- a/source/_integrations/signal_messenger.markdown +++ b/source/_integrations/signal_messenger.markdown @@ -115,6 +115,9 @@ action: ### Text message with an attachment +This example assumes you have an image stored in the default `www`-folder in Home Assistant Operating System. + + ```yaml ... action: @@ -123,7 +126,7 @@ action: message: "Alarm in the living room!" data: attachments: - - "/tmp/surveillance_camera.jpg" + - "/config/www/surveillance_camera.jpg" ``` ### Text message with an attachment from a URL