mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update notify.twilio_sms.markdown (#2249)
This commit is contained in:
parent
0ec19f6015
commit
e9aa4894af
@ -18,12 +18,17 @@ To use this notification platform in your installation, add the following to you
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
twilio:
|
||||
account_sid: "abc"
|
||||
auth_token: "xyz"
|
||||
|
||||
notify:
|
||||
- name: NOTIFIER_NAME
|
||||
- name: sms
|
||||
platform: twilio_sms
|
||||
account_sid: ACCOUNT_SID_FROM_TWILIO
|
||||
auth_token: AUTH_TOKEN_FROM_TWILIO
|
||||
from_number: E164_PHONE_NUMBER
|
||||
from_number: "+1111"
|
||||
- name: call
|
||||
platform: twilio_call
|
||||
from_number: "+1111"
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
Loading…
x
Reference in New Issue
Block a user