-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathnotify.yaml
More file actions
executable file
·39 lines (35 loc) · 873 Bytes
/
notify.yaml
File metadata and controls
executable file
·39 lines (35 loc) · 873 Bytes
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
37
38
39
###########ADRIAN SMS
- name: alert_adrian
platform: smtp
server: smtp.gmail.com
port: 587
timeout: 15
sender: !secret gmail
encryption: starttls
username: !secret gmail_user
password: !secret gmail_pw
recipient: !secret adrians_cell
debug: true
###########TAMARA SMS
- platform: smtp
name: alert_tamara
server: smtp.gmail.com
port: 587
timeout: 15
sender: !secret gmail
encryption: starttls
username: !secret gmail_user
password: !secret gmail_pw
recipient: !secret tamaras_cell
###########IOS PUSH
- platform: ios
name: iOSApp
target: !secret ios_key
- platform: ios
name: iOSApp-Tamar
target: !secret ios_key_tamara
###########LANNOUNCER
- platform: lannouncer
name: office_lannouncer
host: 10.10.10.35
####################################################