mirror of
https://github.com/Adam-Ant/home-assistant
synced 2024-12-20 12:54:35 +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:
|
### Notify:
|
||||||
|
|
||||||
#Adams Phone
|
#Adams Phone Pushover
|
||||||
- name: Adams Android
|
- name: Adams Android
|
||||||
platform: pushover
|
platform: pushover
|
||||||
api_key: !secret pushover_api
|
api_key: !secret pushover_api
|
||||||
user_key: !secret pushover_user
|
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