-
Notifications
You must be signed in to change notification settings - Fork 0
/
notify.yaml
executable file
·38 lines (34 loc) · 959 Bytes
/
notify.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
37
38
- name: "gmail_wayne"
platform: smtp
server: "smtp.gmail.com"
port: 465
timeout: 15
sender: !secret gmail_sender
encryption: tls
username: !secret gmail_sender
password: !secret gmail_smtp_password
recipient: !secret gmail_recipient
sender_name: !secret hass_name_lovelace
- name: bilger_family
platform: group
services:
- service: mobile_app_phone_wayne
- service: mobile_app_phone_jenn
- service: mobile_app_kales_iphone
- service: mobile_app_jays_phone
- name: bilger_parents
platform: group
services:
- service: mobile_app_phone_wayne
- service: mobile_app_phone_jenn
- name: bilger_iphones
platform: group
services:
- service: mobile_app_kales_iphone
- service: mobile_app_jays_phone
- name: google_assistant_broadcast
platform: rest
resource: http://192.168.1.16:5000/broadcast_message
- name: google_assistant_command
platform: rest
resource: http://192.168.1.16:5000/command