mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +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
|
username: CLICKSEND_USERNAME
|
||||||
api_key: CLICKSEND_API_KEY
|
api_key: CLICKSEND_API_KEY
|
||||||
recipient: PHONE_NO
|
recipient: PHONE_NO
|
||||||
|
|
||||||
|
# Multiple recipients
|
||||||
|
notify:
|
||||||
|
- platform: clicksend
|
||||||
|
name: ClickSend
|
||||||
|
username: CLICKSEND_USERNAME
|
||||||
|
api_key: CLICKSEND_API_KEY
|
||||||
|
recipient: [PHONE_NO1, PHONE_NO2]
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -44,9 +52,9 @@ api_key:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
recipient:
|
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
|
required: true
|
||||||
type: string
|
type: string or list
|
||||||
sender:
|
sender:
|
||||||
description: The name or number of the sender.
|
description: The name or number of the sender.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user