Skip to content

Commit

Permalink
added support for groups to Signal Messenger integration (home-assist…
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard B authored Apr 25, 2020
1 parent 331ca63 commit e32db31
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/_integrations/signal_messenger.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ notify:
- "RECIPIENT1"
```
Both phone numbers and Signal Messenger groups can be added to the `recipients`list. However, it's not possible to mix phone numbers and Signal Messenger groups in a single notifier. If you would like to send messages to individual phone numbers and Signal Messenger groups, separate notifiers need to be created.

To obtain the Signal Messenger group ids, follow [this guide]( https://github.com/bbernhard/signal-cli-rest-api/blob/master/doc/HOMEASSISTANT.md).

{% configuration %}
name:
description: Setting the optional parameter `name` allows multiple notifiers to be created. The notifier will bind to the service `notify.NOTIFIER_NAME`.
Expand All @@ -52,7 +56,7 @@ number:
required: true
type: string
recipients:
description: A list of recipients.
description: A list of recipients (either phone numbers or Signal Messenger group ids).
required: true
type: string
{% endconfiguration %}
Expand Down

0 comments on commit e32db31

Please sign in to comment.