mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00
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>
This commit is contained in:
parent
2c247bf4ea
commit
fbbb01d9ae
@ -115,6 +115,9 @@ action:
|
|||||||
|
|
||||||
### Text message with an attachment
|
### Text message with an attachment
|
||||||
|
|
||||||
|
This example assumes you have an image stored in the default `www`-folder in Home Assistant Operating System.
|
||||||
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
...
|
...
|
||||||
action:
|
action:
|
||||||
@ -123,7 +126,7 @@ action:
|
|||||||
message: "Alarm in the living room!"
|
message: "Alarm in the living room!"
|
||||||
data:
|
data:
|
||||||
attachments:
|
attachments:
|
||||||
- "/tmp/surveillance_camera.jpg"
|
- "/config/www/surveillance_camera.jpg"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Text message with an attachment from a URL
|
### Text message with an attachment from a URL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user