-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathscripts.yaml
500 lines (500 loc) · 12.4 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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
inovelli_blue_led:
alias: Inovelli Blue LED (Zigbee2MQTT)
description: Set LED effects for Inovelli VZM31-SN Blue Series 2-1 Switches
use_blueprint:
path: zanix/inovelli_blue_led_zigbee2mqtt.yaml
input:
command_path_map: {}
icon: mdi:led-on
mode: parallel
max: 100
remote_family_room_activate_tv:
alias: Family Room TV
sequence:
- target:
entity_id: remote.harmony_family_room
data:
activity: Shield TV
action: remote.turn_off
icon: mdi:motion-play-outline
mode: single
remote_family_room_activate_computer:
alias: Gaming PC
sequence:
- target:
entity_id: remote.harmony_family_room
data:
activity: Computer
action: remote.turn_on
icon: mdi:desktop-tower
mode: single
remote_family_room_activate_ps3:
alias: PS3
sequence:
- target:
entity_id: remote.harmony_family_room
data:
activity: PS3
action: remote.turn_on
icon: mdi:sony-playstation
mode: single
remote_family_room_activate_ps4:
alias: PS4
sequence:
- target:
entity_id: remote.harmony_family_room
data:
activity: PS4
action: remote.turn_on
icon: mdi:sony-playstation
mode: single
remote_family_room_activate_xbox:
alias: XBox
sequence:
- target:
entity_id: remote.harmony_family_room
data:
activity: XBox
action: remote.turn_on
icon: mdi:microsoft-xbox
mode: single
family_room_game_light_mode:
alias: Family Room Game Light Mode
sequence:
- choose:
- conditions:
- condition: or
conditions:
- condition: sun
after: sunset
after_offset: -01:00:00
- condition: sun
before: sunrise
alias: Night Time
sequence:
- parallel:
- action: light.turn_on
metadata: {}
data:
brightness_pct: 100
target:
entity_id: light.family_room_lamp
- action: light.turn_off
target:
entity_id:
- light.stairway
- light.basement_hallway
- light.family_room
data: {}
default:
- parallel:
- action: light.turn_off
data: {}
target:
entity_id:
- light.stairway
- light.basement_hallway
- data:
brightness_pct: 50
transition: 1
target:
entity_id: light.family_room
action: light.turn_on
description: Adjusts the lights in the Family Room for Games.
icon: mdi:light-flood-up
mode: single
joshua_office_lights_on:
alias: Joshua Office Lights On
sequence:
- if:
- condition: or
conditions:
- condition: time
after: input_datetime.office_night_mode
- condition: sun
before: sunrise
before_offset: -00:20:00
then:
- data: {}
target:
entity_id:
- light.joshua_office
- light.joshua_office_lamp
- light.wled_joshua_office_desk
action: light.turn_on
else:
- target:
entity_id:
- light.joshua_office
action: light.turn_on
data: {}
- target:
entity_id:
- light.joshua_office_lamp
- light.wled_joshua_office_desk
data: {}
action: light.turn_on
- target:
entity_id:
- switch.joshua_office_shelf_led
data: {}
action: switch.turn_on
description: Turns on the office lights based on time of day.
icon: mdi:chair-rolling
mode: single
generate_readme:
alias: Generate README
sequence:
- data: {}
action: readme.generate
- data:
message: README generation process complete
duration: 5000
action: browser_mod.notification
description: Regernerates the readme file based on templates/README.js.
icon: mdi:text
mode: single
ascent_remote_start:
alias: Ascent Remote Start
sequence:
- variables:
door_closed: '{{ is_state("cover.garage_door", "closed") }}'
car_in_garage: '{{ is_state("device_tracker.ascent", "home") }}'
- alias: Check the garage door is closed and the car is in the garage
if:
- condition: template
value_template: '{{ door_closed and car_in_garage }}'
then:
- target:
entity_id: cover.garage_door
data: {}
action: cover.open_cover
- target:
entity_id: button.ascent_remote_start
data: {}
action: button.press
description: Starts the Ascent and opens the garage door.
icon: fapro:subaru
mode: single
ascent_remote_stop:
alias: Ascent Remote Stop
sequence:
- data:
entity_id: button.ascent_remote_stop
action: button.press
- if:
- condition: state
entity_id: cover.garage_door
state: open
- condition: state
entity_id: timer.kona_remote_start
state: idle
then:
- target:
entity_id: cover.garage_door
data: {}
action: cover.close_cover
description: Stops the Ascent and closes the garage door.
icon: fapro:subaru
mode: single
sql_purge:
alias: Purge Home Assistant Database
sequence:
- data:
keep_days: '{{ states("input_number.db_purge_days") | int }}'
action: recorder.purge
icon: mdi:database
mode: single
media_player_mute:
alias: Toggle Media Player Mute
mode: parallel
icon: mdi:volume-mute
sequence:
- if:
- condition: template
value_template: '{{ not states(media_player) in [''unknown'', ''unavailable'']
}}'
then:
- target:
entity_id: '{{ media_player }}'
data:
is_volume_muted: '{{ not state_attr(media_player , ''is_volume_muted'') }}'
action: media_player.volume_mute
max: 10
fields:
media_player:
name: Media Player
selector:
entity:
filter:
domain: media_player
required: true
feeder_start:
alias: Feeder Start
icon: mdi:paw
mode: single
sequence:
- data:
topic: zigbee2mqtt/{{ feeder }}/set
payload: '{"feed": "START"}'
action: mqtt.publish
fields:
feeder:
name: Feeder
description: Feeder to dispense food
selector:
select:
options:
- Cat Feeder
- Dog Feeder
joshua_office_lights_day_mode:
alias: Joshua Office Lights Day Mode
sequence:
- parallel:
- target:
entity_id:
- light.joshua_office
- light.joshua_office_lamp
data:
color_temp: 181
brightness: 255
transition: '{{ transition | default(1) }}'
action: light.turn_on
- target:
entity_id: light.wled_joshua_office_desk
data:
rgb_color:
- 255
- 255
- 255
brightness: 255
transition: '{{ transition | default(1) }}'
action: light.turn_on
- target:
entity_id: switch.joshua_office_shelf_led
data: {}
action: switch.turn_on
description: Turns on the office lights and sets them to full-bright and daylight.
icon: mdi:lightbulb-auto
fields:
transition:
name: Transition
description: Time to transition the change.
example: '600'
selector:
number:
mode: box
unit_of_measurement: seconds
min: 1
max: 36000
joshua_office_lights_night_mode:
alias: Joshua Office Lights Night Mode
sequence:
- parallel:
- data:
brightness: 204
color_temp: 370
transition: '{{ transition | default(1) }}'
target:
entity_id: light.joshua_office_lamp
action: light.turn_on
- data:
brightness: 140
color_temp: 370
transition: '{{ transition | default(1) }}'
target:
entity_id: light.joshua_office
action: light.turn_on
- data:
brightness: 140
color_temp: 250
transition: '{{ transition | default(1) }}'
target:
entity_id: light.wled_joshua_office_desk
action: light.turn_on
- target:
entity_id: switch.joshua_office_shelf_led
data: {}
action: switch.turn_off
description: Dims and sets the office lights to soft.
icon: mdi:lightbulb-night
fields:
transition:
name: Transition
description: Time to transition the change.
example: '600'
selector:
number:
mode: box
unit_of_measurement: seconds
min: 1
max: 36000
kona_remote_start:
alias: Kona Remote Start
sequence:
- variables:
door_closed: '{{ is_state("cover.garage_door", "closed") }}'
car_in_garage: '{{ is_state("device_tracker.kona_location", "home") }}'
- alias: Check the garage door is closed and the car is in the garage
if:
- condition: template
value_template: '{{ door_closed and car_in_garage }}'
then:
- target:
entity_id: cover.garage_door
data: {}
action: cover.open_cover
- data:
duration: 10
device_id: f27d2038fd3fe30bc627505de54ddea8
climate: true
temperature: 70
heating: '0'
defrost: false
flseat: '0'
frseat: '0'
rlseat: '0'
rrseat: '0'
action: kia_uvo.start_climate
description: Starts the Kona and opens the garage door.
icon: fapro:hyundai
mode: single
kona_remote_stop:
alias: Kona Remote Stop
sequence:
- data:
device_id: f27d2038fd3fe30bc627505de54ddea8
action: kia_uvo.stop_climate
- if:
- condition: state
entity_id: cover.garage_door
state: open
- condition: state
entity_id: timer.ascent_remote_start
state: idle
then:
- target:
entity_id: cover.garage_door
data: {}
action: cover.close_cover
description: Stops the Kona and closes the garage door.
icon: fapro:hyundai
mode: single
amy_office_lights_day_mode:
alias: Amy Office Lights Day Mode
sequence:
- parallel:
- target:
entity_id:
- light.amy_office
data:
color_temp: 181
brightness: 255
transition: '{{ transition | default(1) }}'
action: light.turn_on
description: Turns on the office lights and sets them to full-bright and daylight.
icon: mdi:lightbulb-auto
fields:
transition:
name: Transition
description: Time to transition the change.
example: '600'
selector:
number:
mode: box
unit_of_measurement: seconds
min: 1
max: 36000
amy_office_lights_night_mode:
alias: Amy Office Lights Night Mode
sequence:
- parallel:
- data:
brightness: 140
color_temp: 370
transition: '{{ transition | default(1) }}'
target:
entity_id: light.amy_office
action: light.turn_on
description: Dims and sets the office lights to soft.
icon: mdi:lightbulb-night
fields:
transition:
name: Transition
description: Time to transition the change.
example: '600'
selector:
number:
mode: box
unit_of_measurement: seconds
min: 1
max: 36000
amy_office_lights_on:
alias: Amy Office Lights On
sequence:
- if:
- condition: or
conditions:
- condition: time
after: input_datetime.office_night_mode
- condition: sun
before: sunrise
before_offset: -00:20:00
then:
- data: {}
target:
entity_id:
- light.amy_office
action: light.turn_on
else:
- target:
entity_id:
- light.amy_office
action: light.turn_on
data: {}
description: Turns on the office lights based on time of day.
icon: mdi:chair-rolling
mode: single
find_remote:
alias: Find Remote
sequence:
- action: androidtv.adb_command
data:
command: am start -a android.intent.action.VIEW -d -n com.nvidia.remotelocator/.RemoteLocatorActivity
target:
entity_id: '{{ media_player }}'
fields:
media_player:
name: Media Player
required: true
selector:
entity:
filter:
- integration: androidtv
domain: media_player
description: Activates the find remote feature on the Nvidia Shield.
icon: mdi:remote
family_room_play_mode:
sequence:
- action: remote.turn_on
target:
entity_id: remote.harmony_family_room
data:
activity: '{{ activity | default(''Computer'', true) }}'
- action: script.family_room_game_light_mode
data: {}
alias: Family Room Play Mode
description: Turns on a Family Room activity and adjusts the lights.
icon: mdi:remote-tv
fields:
activity:
name: Activity
description: Harmony activity to run
selector:
select:
options:
- Computer
- PS4
- PS3
- XBox
- Shield TV