-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscripts.yaml
More file actions
716 lines (716 loc) · 19.1 KB
/
scripts.yaml
File metadata and controls
716 lines (716 loc) · 19.1 KB
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
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
flash_licht:
alias: Alarm - Flash light red
sequence:
- service: scene.create
data:
scene_id: lights_before_alarm
snapshot_entities:
- light.living_room
- light.dining_room
- light.kitchen
- light.stairs_closet
- light.downstairs_hallway
- light.upstairs_hallway
- light.attic_hallway
- light.zolder
- light.bedroom
- light.closet
- light.car_port
- light.toilet
- service: light.turn_on
data:
brightness_pct: 100
color_name: red
target:
area_id:
- attic
- attic_hallway
- bedroom
- car_port
- closet
- dining_room
- downstairs_hallway
- kitchen
- living_room
- stairs_closet
- toilet
- upstairs_hallway
- repeat:
while:
- condition: state
entity_id: alarm_control_panel.home_alarm
state: triggered
sequence:
- service: light.toggle
data:
color_name: red
brightness_pct: 100
target:
area_id:
- downstairs_hallway
- upstairs_hallway
- attic_hallway
- stairs_closet
- kitchen
- dining_room
- delay:
hours: 0
minutes: 0
seconds: 0
milliseconds: 800
- service: scene.reload
data: {}
- service: scene.turn_on
target:
entity_id: scene.lights_before_alarm
data: {}
mode: restart
icon: mdi:alarm-light-outline
lights_turn_off_all_lights:
alias: Lights - Turn off all lights
sequence:
- service: light.turn_off
target:
area_id:
- attic
- attic_hallway
- bedroom
- car_port
- closet
- dining_room
- downstairs_hallway
- garden
- kitchen
- living_room
- stairs_closet
- toilet
- upstairs_hallway
- front_garden
- bathroom
- badkamer_spots
- zoe_kamer
- kids_room
- utility_closet
data: {}
mode: single
icon: mdi:lightbulb-group-off
alarm_sound_alarm:
alias: Alarm - Sound alarm
sequence:
- service: media_player.volume_set
data:
volume_level: '{{states(''input_number.alarm_volume'') | float}}'
target:
entity_id: media_player.whole_home
- service: media_player.play_media
data:
media_content_id: media-source://media_source/local/system/alarm_sound_long.mp3
media_content_type: audio/mp3
target:
entity_id:
- media_player.whole_home
- repeat:
until:
- condition: not
conditions:
- condition: state
entity_id: alarm_control_panel.home_alarm
state: triggered
sequence:
- delay:
hours: 0
minutes: 0
seconds: 0
milliseconds: 100
- service: media_player.turn_off
data: {}
target:
entity_id: media_player.whole_home
- service: scene.turn_on
target:
entity_id: scene.before_alarm_sound
data: {}
mode: single
icon: mdi:volume-medium
alarm_sound_pending:
alias: Alarm - Sound pending
sequence:
- service: media_player.volume_set
data:
volume_level: '{{states(''input_number.aux_volume'') | float}}'
target:
entity_id: media_player.whole_home
- service: media_player.play_media
data:
media_content_id: media-source://media_source/local/system/pending_sound_long.mp3
media_content_type: audio/mp3
target:
entity_id: media_player.whole_home
- repeat:
until:
- condition: not
conditions:
- condition: state
entity_id: alarm_control_panel.home_alarm
state: pending
sequence:
- delay:
hours: 0
minutes: 0
seconds: 0
milliseconds: 100
- condition: or
conditions:
- condition: state
entity_id: alarm_control_panel.home_alarm
state: armed_night
- condition: state
entity_id: alarm_control_panel.home_alarm
state: disarmed
- condition: state
entity_id: alarm_control_panel.home_alarm
state: armed_away
- service: media_player.turn_off
data: {}
target:
entity_id: media_player.whole_home
- service: scene.turn_on
target:
entity_id: scene.before_alarm_sound
data: {}
mode: single
icon: mdi:volume-medium
alarm_sound_arming:
alias: Alarm - Sound arming
sequence:
- service: media_player.volume_set
data:
volume_level: '{{states(''input_number.aux_volume'') | float}}'
target:
entity_id: media_player.whole_home
- service: media_player.play_media
data:
media_content_id: media-source://media_source/local/system/pending_sound_long.mp3
media_content_type: audio/mp3
target:
entity_id: media_player.whole_home
- repeat:
until:
- condition: not
conditions:
- condition: state
entity_id: alarm_control_panel.home_alarm
state: arming
sequence:
- delay:
hours: 0
minutes: 0
seconds: 0
milliseconds: 100
- condition: or
conditions:
- condition: state
entity_id: alarm_control_panel.home_alarm
state: armed_away
- condition: state
entity_id: alarm_control_panel.home_alarm
state: disarmed
- condition: state
entity_id: alarm_control_panel.home_alarm
state: armed_night
- service: media_player.turn_off
data: {}
target:
entity_id: media_player.whole_home
- service: scene.turn_on
target:
entity_id: scene.before_alarm_sound
data: {}
mode: single
icon: mdi:volume-medium
sprinkler_stop:
alias: Sprinkler - Stop
sequence:
- service: opensprinkler.stop
data:
entity_id: binary_sensor.sprinkler_1_station_running
- service: opensprinkler.stop
data:
entity_id: binary_sensor.sprinkler_2_station_running
- service: opensprinkler.stop
data:
entity_id: binary_sensor.sprinkler_3_station_running
mode: single
icon: mdi:sprinkler-variant
'1630344371413':
alias: Sprinklers - Run back for input time
sequence:
- service: opensprinkler.run
data:
entity_id: binary_sensor.sprinkler_1_station_running
run_seconds: '{{states("input_number.back_sprinkler_time") | int * 60}}'
mode: single
icon: mdi:sprinkler-variant
spriklers_run_front_for_input_time:
alias: Sprinklers - Run front for input time
sequence:
- service: opensprinkler.run
data:
entity_id: binary_sensor.sprinkler_2_station_running
run_seconds: '{{states("input_number.front_sprinkler_time") | int * 60}}'
mode: single
icon: mdi:sprinkler-variant
speak:
alias: Speak
mode: single
icon: mdi:account-voice
fields:
message:
description: The message content
example: The light is on!
required: 'yes'
sequence:
- condition: state
entity_id: input_boolean.quiet
state: 'off'
- condition: state
entity_id: sensor.house_state
state: home
- service: tts.cloud_say
data:
entity_id: media_player.whole_home
message: '{{message}}'
language: nl-NL
fan_up:
alias: Fan - up
sequence:
- choose:
- conditions:
- condition: state
entity_id: fan.fan
state: 'off'
sequence:
- service: fan.turn_on
target:
entity_id: fan.fan
data:
percentage: 50
default:
- service: fan.increase_speed
target:
entity_id: fan.fan
mode: single
icon: mdi:fan-chevron-up
fan_down:
alias: Fan - down
sequence:
- service: fan.decrease_speed
data: {}
target:
entity_id: fan.fan
mode: single
icon: mdi:fan-chevron-down
commit_and_clear:
alias: Commit and clear
sequence:
- if:
- condition: state
entity_id: input_text.commit_message
state: Your commit message
then:
- stop: ''
else:
- service: shell_command.git_commit
data: {}
- service: input_text.set_value
data:
value: Your commit message
target:
entity_id: input_text.commit_message
mode: single
icon: mdi:shape-rectangle-plus
'1655204175112':
alias: Notify script
mode: parallel
max: 25
icon: mdi:message
fields:
Title:
description: The title of the notification.
example: Cool title
required: true
selector:
text:
Message:
description: The message content.
example: The light is on!
required: true
selector:
text:
Url:
description: The url that will open when clicked.
example: lovelace/home
required: true
default: lovelace/home
selector:
text:
Voice:
description: Send voice notification.
example: true
required: true
default: false
selector:
boolean:
Admin_only:
description: Only send to the administrator.
example: true
required: true
default: false
selector:
boolean:
Timing:
description: Only send to people who are home.
example: When no quiet time
required: true
default: When no quiet time
selector:
select:
options:
- Always
- When no quiet time
- Only when home and no quiet time
- Retain till home and no quiet time
Group:
description: Combine notifications in a group visually.
example: Utility
required: true
default: General
selector:
select:
options:
- General
- Plants
- Utility
- Alarm
Timeout:
description: Time after which the message disappears. Zero is no timeout.
example: 10
required: true
default: 0
selector:
number:
min: 0
max: 3600
step: 1
unit_of_measurement: minutes
mode: box
variables:
color: "{% if Group == 'Plants' %}\n {{'green'}}\n{% elif Group == 'Utility'
%}\n {{'grey'}}\n{% elif Group == 'Alarm' %}\n {{'red'}}\n{% else %}\n {{'deepskyblue'}}\n{%
endif %}"
timeout_seconds: "{% if Timeout|int(0) != 0 %}\n {{Timeout * 60}}\n{% else %}\n
\ {{ 0|int }}\n{% endif %}"
sequence:
- if:
- condition: or
conditions:
- condition: template
value_template: '{{ Timing == ''Always'' }}'
- condition: and
conditions:
- condition: template
value_template: '{{ Timing == ''Only when home and no quiet time'' }}'
- condition: state
entity_id: input_boolean.quiet
state: 'off'
- condition: state
entity_id: person.tmp
state: home
- condition: and
conditions:
- condition: template
value_template: '{{ Timing == ''Retain till home and no quiet time'' }}'
- condition: state
entity_id: input_boolean.quiet
state: 'off'
- condition: state
entity_id: person.tmp
state: home
- condition: and
conditions:
- condition: template
value_template: '{{ Timing == ''When no quiet time'' }}'
- condition: state
entity_id: input_boolean.quiet
state: 'off'
then:
- service: notify.mobile_app_samsung_s22
data:
title: '{{ Title }}'
message: '{{ Message }}'
data:
timeout: '{{ timeout_seconds }}'
group: '{{ Group }}'
channel: '{{ Group }}'
color: '{{ color }}'
clickAction: '{{ Url }}'
- if:
- condition: or
conditions:
- condition: and
conditions:
- condition: template
value_template: '{{ Timing == ''Always'' }}'
- condition: template
value_template: '{{ Admin_only == false }}'
- condition: and
conditions:
- condition: template
value_template: '{{ Timing == ''Only when home and no quiet time'' }}'
- condition: state
entity_id: input_boolean.quiet
state: 'off'
- condition: template
value_template: '{{ Admin_only == false }}'
- condition: state
entity_id: person.anneloes_jagt
state: home
- condition: and
conditions:
- condition: template
value_template: '{{ Timing == ''Retain till home and no quiet time'' }}'
- condition: state
entity_id: input_boolean.quiet
state: 'off'
- condition: template
value_template: '{{ Admin_only == false }}'
- condition: state
entity_id: person.anneloes_jagt
state: home
- condition: and
conditions:
- condition: template
value_template: '{{ Timing == ''When no quiet time'' }}'
- condition: state
entity_id: input_boolean.quiet
state: 'off'
- condition: template
value_template: '{{ Admin_only == false }}'
then:
- service: notify.mobile_app_sm_a346b
data:
title: '{{ Title }}'
message: '{{ Message }}'
data:
timeout: '{{ timeout_seconds }}'
group: '{{ Group }}'
channel: '{{ Group }}'
color: '{{ color }}'
clickAction: '{{ Url }}'
- if:
- condition: and
conditions:
- condition: state
entity_id: input_boolean.quiet
state: 'off'
- condition: template
value_template: '{{ Voice == true }}'
- condition: or
conditions:
- condition: state
entity_id: person.tmp
state: home
- condition: and
conditions:
- condition: template
value_template: '{{ Admin_only == false }}'
- condition: state
entity_id: person.anneloes_jagt
state: home
then:
- service: media_player.volume_set
data:
volume_level: '{{states(''input_number.aux_volume'') | float}}'
target:
entity_id: media_player.whole_home
- service: tts.cloud_say
data:
entity_id: media_player.whole_home
message: '{{Message}}'
language: nl-NL
- if:
- condition: and
conditions:
- condition: template
value_template: '{{ Timing == ''Retain till home and no quiet time'' }}'
- condition: template
value_template: '{{ Admin_only == true }}'
- condition: or
conditions:
- condition: state
entity_id: input_boolean.quiet
state: 'on'
- condition: not
conditions:
- condition: state
entity_id: person.tmp
state: home
then:
- if:
- condition: template
value_template: '{{ Timeout|int(0) != 0}}'
then:
- wait_template: '{{is_state(''person.tmp'', ''home'') and is_state(''input_boolean.quiet'',
''off'')}}'
continue_on_timeout: false
timeout:
minutes: '{{ Timeout }}'
else:
- wait_template: '{{is_state(''person.tmp'', ''home'') and is_state(''input_boolean.quiet'',
''off'')}}'
- service: notify.mobile_app_samsung_s22
data:
title: '{{ Title }}'
message: '{{ Message }}'
data:
timeout: '{{ timeout_seconds }}'
group: '{{ Group }}'
channel: '{{ Group }}'
color: '{{ color }}'
clickAction: '{{ Url }}'
- if:
- condition: and
conditions:
- condition: template
value_template: '{{ Timing == ''Retain till home and no quiet time'' }}'
- condition: template
value_template: '{{ Admin_only == false }}'
- condition: or
conditions:
- condition: state
entity_id: input_boolean.quiet
state: 'on'
- condition: and
conditions:
- condition: not
conditions:
- condition: state
entity_id: person.tmp
state: home
- condition: not
conditions:
- condition: state
entity_id: person.anneloes_jagt
state: home
then:
- if:
- condition: template
value_template: '{{ Timeout|int(0) != 0}}'
then:
- wait_template: '{{(is_state(''person.tmp'', ''home'') or is_state(''person.anneloes_jagt'',
''home'')) and is_state(''input_boolean.quiet'', ''off'')}}'
continue_on_timeout: false
timeout:
minutes: '{{ Timeout }}'
else:
- wait_template: '{{(is_state(''person.tmp'', ''home'') or is_state(''person.anneloes_jagt'',
''home'')) and is_state(''input_boolean.quiet'', ''off'')}}'
- if:
- condition: state
entity_id: person.anneloes_jagt
state: home
then:
- service: notify.mobile_app_sm_a346b
data:
title: '{{ Title }}'
message: '{{ Message }}'
data:
timeout: '{{ timeout_seconds }}'
group: '{{ Group }}'
channel: '{{ Group }}'
color: '{{ color }}'
clickAction: '{{ Url }}'
- if:
- condition: state
entity_id: person.tmp
state: home
then:
- service: notify.mobile_app_samsung_s22
data:
title: '{{ Title }}'
message: '{{ Message }}'
data:
timeout: '{{ timeout_seconds }}'
group: '{{ Group }}'
channel: '{{ Group }}'
color: '{{ color }}'
clickAction: '{{ Url }}'
sprinklers_run_grass_for_input_time:
alias: Sprinklers - Run lawn for input time
sequence:
- service: opensprinkler.run
data:
entity_id: binary_sensor.sprinkler_3_station_running
run_seconds: '{{states("input_number.lawn_sprinkler_time") | int * 60}}'
mode: single
icon: mdi:sprinkler-variant
toggle_soapie:
alias: Toggle soapie
sequence:
- choose:
- conditions:
- condition: not
conditions:
- condition: device
device_id: 2833598d2470cebd380be406dedabd3b
domain: vacuum
entity_id: vacuum.soapie
type: is_cleaning
sequence:
- device_id: 2833598d2470cebd380be406dedabd3b
domain: vacuum
entity_id: vacuum.soapie
type: clean
- conditions:
- condition: device
device_id: 2833598d2470cebd380be406dedabd3b
domain: vacuum
entity_id: vacuum.soapie
type: is_cleaning
sequence:
- device_id: 2833598d2470cebd380be406dedabd3b
domain: vacuum
entity_id: vacuum.soapie
type: dock
mode: single
icon: mdi:spray-bottle
toggle_noenoe:
alias: Toggle noenoe
sequence:
- choose:
- conditions:
- condition: not
conditions:
- condition: device
device_id: 21772c2aaa1ef8b8657a520b4486f31f
domain: vacuum
entity_id: vacuum.noenoe
type: is_cleaning
sequence:
- device_id: 21772c2aaa1ef8b8657a520b4486f31f
domain: vacuum
entity_id: vacuum.noenoe
type: clean
- conditions:
- condition: device
device_id: 21772c2aaa1ef8b8657a520b4486f31f
domain: vacuum
entity_id: vacuum.noenoe
type: is_cleaning
sequence:
- device_id: 21772c2aaa1ef8b8657a520b4486f31f
domain: vacuum
entity_id: vacuum.noenoe
type: dock
mode: single
icon: mdi:vacuum