Minimizing of the configuration sample (#1034)
This commit is contained in:
parent
a175486bb3
commit
fab9b3034e
29 changed files with 146 additions and 158 deletions
|
@ -19,11 +19,11 @@ To use this notification platform in your installation, add the following to you
|
|||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
notify:
|
||||
platform: twilio_sms
|
||||
name: NOTIFIER_NAME
|
||||
account_sid: ACCOUNT_SID_FROM_TWILIO
|
||||
auth_token: AUTH_TOKEN_FROM_TWILIO
|
||||
from_number: E164_PHONE_NUMBER
|
||||
- name: NOTIFIER_NAME
|
||||
platform: twilio_sms
|
||||
account_sid: ACCOUNT_SID_FROM_TWILIO
|
||||
auth_token: AUTH_TOKEN_FROM_TWILIO
|
||||
from_number: E164_PHONE_NUMBER
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue