-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotify.yaml
45 lines (43 loc) · 1.04 KB
/
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
39
40
41
42
43
#######################################
# #
# Notifiers #
# #
#######################################
#
# Each Alexa is listed as a notifier
# using a command line bash script to hack the Amazon API
# commands/scripts use Docker relative paths here and inside the scripts
#
#
- platform: command_line
name: 'Office'
command: "/certs/alexa_wrapper.sh -d 'Office'"
- platform: command_line
name: 'Kitchen'
command: "/certs/alexa_wrapper.sh -d 'Kitchen'"
- platform: command_line
name: 'Brandon'
command: "/certs/alexa_wrapper.sh -d 'Brandon'"
- platform: command_line
name: 'Bedroom'
command: "/certs/alexa_wrapper.sh -d 'Bedroom'"
#
#
# This is a "notifier group" of the 4 Alexas in the house
#
#
- name: alexas
platform: group
services:
- service: office
- service: kitchen
- service: brandon
- service: bedroom
#
#
# This is the pushbullet app
#
#
- name: pushbullet
platform: pushbullet
api_key: !secret pushbullet_api_key