-
Notifications
You must be signed in to change notification settings - Fork 0
/
notify.yaml
executable file
·34 lines (28 loc) · 960 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
# Adding support for notifications for Alexa
- platform: alexa_media
name: alexa_media
# Adding support for Discord notifications via The Best Server (Channel ID: saved in secrets)
- platform: discord
token: !secret discord_token
name: discord
# Adding support for notifications to the Ecobee
- name: ecobee_main
platform: ecobee
# Add support for Chrome/Firefox notifications
- platform: html5
name: Chrome_Notifications
vapid_pub_key: !secret google_html5_proj_pub_key
vapid_prv_key: !secret google_html5_proj_priv_key
vapid_email: !secret google_email
- name: matrix_media
platform: rest
method: POST
verify_ssl: true
content_type: 'application/json'
resource: !secret matrix_hook_media
- name: matrixsmarthome
platform: rest
method: POST
verify_ssl: true
content_type: 'application/json'
resource: !secret matrix_hook_smarthome