-
Notifications
You must be signed in to change notification settings - Fork 55
/
notification.yaml
36 lines (30 loc) · 1.21 KB
/
notification.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#https://home-assistant.io/components/notify/
####################################################
# #
# NOTIFICATIONS #
# #
####################################################
#https://home-assistant.io/components/notify.smtp/
- name: Home_Assistant
platform: smtp
server: smtp.gmail.com
port: 587
sender: !secret notification_sender
starttls: true
username: !secret notification_username
password: !secret notification_password
recipient: !secret notification_recipient
- name: Home_Assistant_Amy
platform: smtp
server: smtp.gmail.com
port: 587
sender: !secret notification_sender
starttls: true
username: !secret notification_username
password: !secret notification_password
recipient: !secret amy_notification_recipeient
####################################################
# #
# END OF CONFIGURATION FILE #
# #
####################################################