-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotification.yaml
26 lines (22 loc) · 907 Bytes
/
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
---
# 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
####################################################
# #
# END OF CONFIGURATION FILE #
# #
####################################################