-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscripts.yaml
226 lines (226 loc) · 5.11 KB
/
scripts.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
unjoin_all_speakers:
alias: Unjoin all speakers
sequence:
- service: media_player.unjoin
data: {}
target:
entity_id:
- media_player.family_musiccast_2
- media_player.office_musiccast_2
- media_player.patio_musiccast_2
- media_player.pool_musicccast_2
- media_player.dining_musiccast_2
- media_player.living_musiccast_2
- media_player.master_bedroom_2
mode: single
icon: mdi:speaker-off
pause_patio:
alias: Pause patio
sequence:
- service: media_player.media_pause
data: {}
target:
entity_id: media_player.plexamp_patio
mode: single
icon: mdi:pause
play_patio:
alias: Play patio
sequence:
- service: media_player.media_play
data: {}
target:
entity_id: media_player.plexamp_patio
mode: single
icon: mdi:play
patio_next:
alias: 'Family next '
sequence:
- service: media_player.media_next_track
data: {}
target:
entity_id: media_player.plexamp_family
mode: single
icon: mdi:skip-next
pause_family_plexamp:
alias: Pause family
sequence:
- service: media_player.media_pause
data: {}
target:
entity_id: media_player.plexamp_family
mode: single
icon: mdi:pause
play_family_plexamp:
alias: Play family
sequence:
- service: media_player.media_play
data: {}
target:
entity_id: media_player.plexamp_family
mode: single
icon: mdi:play
start_plexamp_on_patio:
alias: Start Plexamp on Patio
sequence:
- service: media_player.turn_on
data: {}
target:
entity_id: media_player.patio_musiccast_2
- service: media_player.select_source
data:
source: AUX
target:
entity_id: media_player.patio_musiccast_2
mode: single
icon: mdi:speaker
whole_house_audio:
alias: Music - Whole House Audio
sequence:
- service: media_player.join
target:
entity_id: media_player.family_musiccast_2
data:
group_members:
- media_player.patio_musiccast_2
- media_player.dining_musiccast_2
- media_player.living_musiccast_2
- media_player.master_musiccast
mode: single
icon: mdi:speaker-multiple
pool_party:
alias: Music - Pool Party
sequence:
- service: media_player.join
target:
entity_id:
- media_player.patio_musiccast_2
device_id: []
area_id: []
data:
group_members:
- media_player.family_musiccast_2
- media_player.pool_musicccast_2
mode: single
icon: mdi:speaker-multiple
turn_off_xmas_lights:
alias: Turn off Xmas lights
sequence:
- action: switch.turn_off
metadata: {}
data: {}
target:
entity_id:
- switch.xmas_lights_south
- switch.xmas_lights_soith_2
- switch.porch_switch
- switch.front_porch_plug
description: ''
icon: mdi:lightbulb-group-off-outline
turn_on_xmas_lights:
alias: 'Turn on Xmas lights '
sequence:
- action: switch.turn_on
metadata: {}
data: {}
target:
entity_id:
- switch.xmas_lights_south
- switch.xmas_lights_soith_2
- switch.porch_switch
- switch.front_porch_plug
description: ''
icon: mdi:lightbulb-group-outline
turn_on_landscape_lights:
alias: Turn on landscape lights
sequence:
- action: switch.turn_on
metadata: {}
data: {}
target:
entity_id:
- switch.landscape_lights
- switch.side_and_back_landscape_lights
- action: light.turn_on
metadata: {}
data: {}
target:
entity_id: light.rear_landscape_lighting
description: ''
icon: mdi:lightbulb-group-outline
turn_off_landscape_lights:
alias: Turn off landscape lights
sequence:
- action: light.turn_off
metadata: {}
data: {}
target:
entity_id: light.rear_landscape_lighting
- action: switch.turn_off
metadata: {}
data: {}
target:
entity_id:
- switch.landscape_lights
- switch.side_and_back_landscape_lights
description: ''
icon: mdi:lightbulb-group-outline
notify_todd:
sequence:
- action: notify.mobile_app_galaxy_watch5_pro_kbvt
metadata: {}
data:
message: '{{message}}'
title: '{{title}}'
- action: notify.mobile_app_toddss23
metadata: {}
data:
message: '{{message}}'
title: '{{title}}'
- action: notify.mobile_app_todd_s_s9_tablet
metadata: {}
data:
message: '{{message}}'
title: '{{title}}'
fields:
message:
selector:
text:
name: Message
description: 'Message to be sent '
required: true
title:
selector:
text:
name: Title
alias: Notify Todd
description: ''
alexa_broadcast:
sequence:
- action: notify.alexa_media_kichen_alexa
metadata: {}
data:
message: '{{message}}'
title: '{{title}}'
- action: notify.alexa_media_master_bedroom_echo
metadata: {}
data:
message: '{{message}}'
title: '{{title}}'
- action: notify.alexa_media_office_echo
metadata: {}
data:
message: '{{message}}'
title: '{{title}}'
fields:
message:
selector:
text:
name: Message
required: true
description: Body
title:
selector:
text:
name: Title
alias: Alexa broadcast
description: ''