-
Notifications
You must be signed in to change notification settings - Fork 0
/
notify-config.yaml
executable file
·118 lines (112 loc) · 3.68 KB
/
notify-config.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
###############################################
# Notify #
###############################################
# notify.mobile_app_timh_iphonex256
- platform: ios
# notify.pushover_timhiphonex
# deprecated, moved to config flow in 2022.11
# - name: pushover-timhiphonex
# platform: pushover
# api_key: !secret pushover_api_key
# user_key: !secret pushover_user_key
# notify.telegram_timhiphonex is defined in a package (used for notifications on Apple Watch)
# Notifier groups for Alexa Alerts
- name: alexa_alert_cooker_still_on
platform: group
services:
- service: alexa_media
data:
target: "media_player.living_room_echo_dot"
message: "I think the cooker is still on."
data:
type: "announce"
- name: alexa_alert_robovac_stuck
platform: group
services:
- service: alexa_media
data:
target: ["media_player.living_room_echo_dot", "media_player.kitchen_echo_show"]
message: "Alert. The upstairs robot vacuum is stuck."
data:
type: "announce"
- name: alexa_alert_robomop_stuck
platform: group
services:
- service: alexa_media
data:
target: ["media_player.living_room_echo_dot", "media_player.kitchen_echo_show"]
message: "Alert. The downstairs robot vacuum is stuck."
data:
type: "announce"
- name: alexa_alert_front_door
platform: group
services:
- service: alexa_media
data:
target: "media_player.kitchen_echo_show"
message: "The front door is open."
data:
type: "announce"
- name: alexa_alert_fridge_door
platform: group
services:
- service: alexa_media
data:
target: ["media_player.living_room_echo_dot", "media_player.kitchen_echo_show"]
message: "{{ done_message }}"
data:
type: "announce"
- name: alexa_alert_freezer_door
platform: group
services:
- service: alexa_media
data:
target: ["media_player.living_room_echo_dot", "media_player.kitchen_echo_show"]
message: "The freezer door is open."
data:
type: "announce"
- name: alexa_alert_left_shed_door
platform: group
services:
- service: alexa_media
data:
target: "media_player.kitchen_echo_show"
message: "The left shed door is open."
data:
type: "announce"
- name: alexa_alert_right_shed_door
platform: group
services:
- service: alexa_media
data:
target: "media_player.kitchen_echo_show"
message: "The right shed door is open."
data:
type: "announce"
- name: alexa_alert_side_alley_gate
platform: group
services:
- service: alexa_media
data:
target: "media_player.kitchen_echo_show"
message: "The side alley gate is open."
data:
type: "announce"
- name: alexa_alert_kitchen_flood
platform: group
services:
- service: alexa_media
data:
target: ["media_player.living_room_echo_dot", "media_player.kitchen_echo_show","media_player.tim_echo_dot"]
message: "The kitchen flood sensor has been triggered."
data:
type: "announce"
- name: alexa_alert_bath_flood
platform: group
services:
- service: alexa_media
data:
target: ["media_player.living_room_echo_dot", "media_player.kitchen_echo_show", "media_player.tim_echo_dot"]
message: "The bathroom flood sensor has been triggered."
data:
type: "announce"