Skip to content

Commit e9aa489

Browse files
kylmpfabaff
authored andcommitted
Update notify.twilio_sms.markdown (home-assistant#2249)
1 parent 0ec19f6 commit e9aa489

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

source/_components/notify.twilio_sms.markdown

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,17 @@ To use this notification platform in your installation, add the following to you
1818

1919
```yaml
2020
# Example configuration.yaml entry
21+
twilio:
22+
account_sid: "abc"
23+
auth_token: "xyz"
24+
2125
notify:
22-
- name: NOTIFIER_NAME
26+
- name: sms
2327
platform: twilio_sms
24-
account_sid: ACCOUNT_SID_FROM_TWILIO
25-
auth_token: AUTH_TOKEN_FROM_TWILIO
26-
from_number: E164_PHONE_NUMBER
28+
from_number: "+1111"
29+
- name: call
30+
platform: twilio_call
31+
from_number: "+1111"
2732
```
2833
2934
Configuration variables:

0 commit comments

Comments
 (0)