Update signal_messenger.markdown (#11788)

Configuration entry must have quotation marks around phone numbers. e.g. "+123456789"
This commit is contained in:
Othou 2020-01-17 19:49:31 +02:00 committed by Fabian Affolter
parent 84c7fe33d4
commit de55bfa477

View File

@ -32,9 +32,9 @@ notify:
- name: signal
platform: signal_messenger
url: "http://127.0.0.1:8080" # the URL where the Signal Messenger REST API is listening
number: YOUR_PHONE_NUMBER # the sender number
number: "YOUR_PHONE_NUMBER" # the sender number
recipients: # one or more recipients
- RECIPIENT1
- "RECIPIENT1"
```
{% configuration %}