Support multiple attachments in signal messenger integration (#11863)

* signal_messenger integration now supports multiple attachments
This commit is contained in:
Bernhard B 2020-02-03 11:32:07 +01:00 committed by GitHub
parent e46dd69e13
commit 374735f14d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,5 +80,6 @@ action:
data:
message: "Alarm in the living room!"
data:
attachment: "/tmp/surveillance_camera.jpg"
attachments:
- "/tmp/surveillance_camera.jpg"
```