mirror of
https://github.com/Adam-Ant/home-assistant
synced 2024-11-08 21:16:23 +00:00
Add Twilio SMS notifier
This commit is contained in:
parent
0ab81b30c7
commit
c7a99c7907
10
notify.yaml
10
notify.yaml
@ -1,8 +1,16 @@
|
||||
### Notify:
|
||||
|
||||
#Adams Phone
|
||||
#Adams Phone Pushover
|
||||
- name: Adams Android
|
||||
platform: pushover
|
||||
api_key: !secret pushover_api
|
||||
user_key: !secret pushover_user
|
||||
|
||||
- name: SMS
|
||||
platform: twilio_sms
|
||||
account_sid: !secret twilio_sid
|
||||
auth_token: !secret twilio_from
|
||||
from_number: !secret twilio_from
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user