Update notify.twilio_sms.markdown (#2249)

This commit is contained in:
Kyle R 2017-03-14 04:40:25 -05:00 committed by Fabian Affolter
parent 0ec19f6015
commit e9aa4894af

View File

@ -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: