mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 02:07:15 +00:00
Update signal_messenger.markdown (#11788)
Configuration entry must have quotation marks around phone numbers. e.g. "+123456789"
This commit is contained in:
parent
84c7fe33d4
commit
de55bfa477
@ -32,9 +32,9 @@ notify:
|
|||||||
- name: signal
|
- name: signal
|
||||||
platform: signal_messenger
|
platform: signal_messenger
|
||||||
url: "http://127.0.0.1:8080" # the URL where the Signal Messenger REST API is listening
|
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
|
recipients: # one or more recipients
|
||||||
- RECIPIENT1
|
- "RECIPIENT1"
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user