mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Clicksend multiple recipients (#5149)
Updated doc to reflect new multiple-recipients feature.
This commit is contained in:
parent
4a9bd5e720
commit
c396e08e50
@ -28,6 +28,14 @@ notify:
|
||||
username: CLICKSEND_USERNAME
|
||||
api_key: CLICKSEND_API_KEY
|
||||
recipient: PHONE_NO
|
||||
|
||||
# Multiple recipients
|
||||
notify:
|
||||
- platform: clicksend
|
||||
name: ClickSend
|
||||
username: CLICKSEND_USERNAME
|
||||
api_key: CLICKSEND_API_KEY
|
||||
recipient: [PHONE_NO1, PHONE_NO2]
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
@ -44,9 +52,9 @@ api_key:
|
||||
required: true
|
||||
type: string
|
||||
recipient:
|
||||
description: "Your phone number. This is where you want to send your notification SMS messages, e.g., `09171234567`."
|
||||
description: "A single or multiple phone numbers. This is where you want to send your SMS notification messages, e.g., `09171234567` or `[09171234567, 09177654321]`."
|
||||
required: true
|
||||
type: string
|
||||
type: string or list
|
||||
sender:
|
||||
description: The name or number of the sender.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user