mirror of
https://github.com/Adam-Ant/home-assistant
synced 2024-11-08 21:16:23 +00:00
17 lines
288 B
YAML
17 lines
288 B
YAML
### Notify:
|
|
|
|
#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_secret
|
|
from_number: !secret twilio_from
|
|
|
|
|
|
|