mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Documentation update for Signal Messenger integration for adding URL attachment support (#20762)
Co-authored-by: Ian Byrne <ian.byrne@burnsie.com.au> Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
84dbd39892
commit
2cdd35498b
@ -90,3 +90,21 @@ action:
|
||||
attachments:
|
||||
- "/tmp/surveillance_camera.jpg"
|
||||
```
|
||||
|
||||
### Text message with an attachment from a URL
|
||||
|
||||
To attach files from outside of HomeAssistant, the URLs must be added to the [`allowlist_external_urls`](/docs/configuration/basic/#allowlist_external_urls) list.
|
||||
|
||||
Note there is a 50MB size limit for attachments retrieved via URLs. You can also set `verify_ssl` to `false` to ignore SSL errors (default `true`).
|
||||
|
||||
```yaml
|
||||
...
|
||||
action:
|
||||
service: notify.NOTIFIER_NAME
|
||||
data:
|
||||
message: "Person detected on Front Camera!"
|
||||
data:
|
||||
verify_ssl: false
|
||||
urls:
|
||||
- "http://homeassistant.local/api/frigate/notifications/<event-id>/thumbnail.jpg"
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user