-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautomations.yaml
954 lines (954 loc) · 23.3 KB
/
automations.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
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
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
- id: '1502817251957'
alias: Sunrise
description: Morning lighting and switch automation for office, coffee, back deck
water fountain and bed lights.
trigger:
- platform: sun
event: sunrise
offset: 0
condition: []
action:
- service: switch.turn_off
target:
entity_id:
- switch.coffee_light
- switch.frontyard_lights
- switch.backyard_lights
- switch.pergola_lights
data: {}
- service: light.turn_off
data: {}
- service: switch.turn_on
data: {}
target:
entity_id: switch.fountains
mode: single
- id: '1502832340378'
alias: Lighting - Office bedtime
description: Lighting automation for the office for the night
trigger:
- platform: time
at: '20:00:00'
condition: []
action:
- service: light.turn_off
data: {}
target:
entity_id: light.office_lights
mode: single
- id: '1558218116963'
alias: Sunset
description: Evening lighting and switch automation for office, coffee, back deck
water fountain and bed lights.
trigger:
- platform: sun
event: sunset
offset: 0
condition: []
action:
- data: {}
service: switch.turn_on
target:
entity_id:
- switch.frontyard_lights
- switch.pergola_lights
- switch.backyard_lights
- switch.coffee_light
- service: light.turn_on
data: {}
- service: switch.turn_off
data: {}
mode: single
- id: '1558230115098'
alias: Notification - Home Assistant Startup
trigger:
- event: start
platform: homeassistant
condition: []
action:
- data:
message: Home Assistant started
service: notify.mobile_app_mobile
- data:
message: Home Assistant started
service: notify.mobile_app_tablet
mode: single
- id: '1558230236693'
alias: Notification - Home Assistant Shutdown
trigger:
- event: shutdown
platform: homeassistant
condition: []
action:
- data:
message: Home Assistant has shutdown
service: notify.mobile_app_mobile
- data:
message: Home Assistant has shutdown
service: notify.ios_tablet
mode: single
- id: '1559450583488'
alias: Auto Lock
trigger:
- platform: time_pattern
hours: '2'
condition: []
action:
- service: lock.lock
data: {}
target:
entity_id:
- lock.garage_door
- lock.back_door
- lock.front_door
mode: single
- id: '1580003362412'
alias: Notification - Home Assistant Update
description: ''
trigger:
- entity_id: sensor.home_assistant_update
from: Current Release
platform: state
to: Update Available
condition: []
action:
- service: notify.mobile_app_mobile
data:
message: Home Assistant {{ states.sensor.latest_version.state }} is available.
data:
actions:
- action: URI
title: Review Update(s)
uri: hassio/dashboard
- service: notify.mobile_app_tablet
data:
message: Home Assistant {{ states.sensor.latest_version.state }} is available.
data:
actions:
- action: URI
title: Review Update(s)
uri: hassio/dashboard
mode: single
- id: '1580077708650'
alias: Notification - Home Assistant Community Store Update
description: Home Assistant Community Store Update Notification
trigger:
- above: '0'
entity_id: sensor.hacs
platform: numeric_state
condition: []
action:
- service: notify.mobile_app_mobile
data:
message: Home Assistant Community Store has {{ states('sensor.hacs') }} pending
update(s) available.
data:
actions:
- action: URI
title: Review Update(s)
uri: https://home.giff.ca/hacs/entry
- service: notify.mobile_app_tablet
data:
message: Home Assistant Community Store has {{ states('sensor.hacs') }} pending
update(s) available.
data:
actions:
- action: URI
title: Review Update(s)
uri: https://home.giff.ca/hacs/entry
mode: single
- id: '1580224449809'
alias: Lighting - Work
description: Morning work automation for lights in the office
trigger:
- at: 05:00:00
platform: time
condition:
- condition: state
entity_id: binary_sensor.workday_sensor
state: 'on'
action:
- data:
brightness: 50
service: light.turn_on
target:
entity_id: light.office_lights
mode: single
- id: '1603110760010'
alias: Good Night and Good Morning
description: Sleep and wake Automations
trigger:
- platform: state
entity_id:
- input_boolean.good_night
- platform: state
entity_id:
- input_boolean.automations
to: 'on'
condition: []
action:
- choose:
- conditions:
- condition: state
entity_id: input_boolean.good_night
state: 'on'
sequence:
- service: light.turn_off
data: {}
target:
entity_id:
- light.office_lights
- light.outdoor_lights
- service: switch.turn_off
data: {}
target:
entity_id: switch.fountains
- device_id: fb3415a4265f3f481e20a92fe622420c
domain: select
entity_id: select.front_door_chime_type
type: select_option
option: None
- device_id: fb3415a4265f3f481e20a92fe622420c
domain: select
entity_id: select.front_door_doorbell_text
type: select_option
option: DO NOT DISTURB
- service: input_boolean.turn_off
data: {}
target:
entity_id: input_boolean.good_morning
- service: lock.lock
data: {}
target:
entity_id: lock.locks
- service: input_boolean.turn_off
data: {}
target:
entity_id: input_boolean.quiet_time
- conditions:
- condition: state
entity_id: input_boolean.good_night
state: 'off'
sequence:
- device_id: fb3415a4265f3f481e20a92fe622420c
domain: select
entity_id: select.front_door_chime_type
type: select_option
option: Mechanical
- device_id: fb3415a4265f3f481e20a92fe622420c
domain: select
entity_id: select.front_door_doorbell_text
type: select_option
option: LEAVE PACKAGE AT DOOR
default: []
mode: single
- id: '1603927830253'
alias: Doorbell
description: Doorbell Notification
trigger:
- platform: state
entity_id: binary_sensor.front_door_doorbell
from: 'off'
to: 'on'
condition:
- condition: time
after: '10:00:00'
action:
- service: camera.snapshot
target:
entity_id: camera.front_door
data:
filename: /config/www/doorbell.png
- service: notify.mobile_app_tablet
data:
message: Someone rang the doorbell
data:
attachment:
content-type: jpeg
push:
category: camera
entity_id: camera.front_door
title: Bing Bong
- service: notify.mobile_app_mobile
data:
message: Someone rang the doorbell
data:
attachment:
content-type: jpeg
push:
category: camera
entity_id: camera.front_door
title: Bing Bong
- service: notify.living_room_tv
data:
message: Someone rang the doorbell
title: Bing Bong
data:
duration: 10
color: grey
image:
path: /config/www/doorbell.png
- service: notify.guest_bedroom_tv
data:
message: Someone rang the doorbell
title: Bing Bong
data:
duration: 10
color: grey
image:
path: /config/www/doorbell.png
- service: notify.bedroom_tv
data:
data:
duration: 10
color: grey
image:
path: /config/www/doorbell.png
message: Someone is at the frontdoor
title: Bing Bong
- service: notify.mobile_app_beths_iphone
data:
message: Someone is at the frontdoor
title: Bing Bong
data:
attachment:
content-type: jpeg
push:
category: camera
entity_id: camera.front_door
- service: notify.mobile_app_bcg_ipad
data:
message: Someone is at the frontdoor
title: Bing Bong
data:
attachment:
content-type: jpeg
push:
category: camera
entity_id: camera.front_door
- service: notify.mobile_app_bcg_ipad_air
data:
message: Someone is at the frontdoor
title: Bing Bong
data:
attachment:
content-type: jpeg
push:
category: camera
entity_id: camera.front_door
mode: single
- id: '1603982875632'
alias: Cleanup
description: Cleanup Tasks
trigger:
- platform: time
at: 00:30:00
condition: []
action:
- service: tts.clear_cache
data: {}
mode: single
- id: '1612122228169'
alias: Garage Light - On
description: ''
trigger:
- platform: state
entity_id:
- binary_sensor.garage_motion
from: 'off'
to: 'on'
condition: []
action:
- service: switch.turn_on
data: {}
target:
entity_id: switch.garage_door_light
mode: single
- id: '1612122312830'
alias: Garage Light - Off
description: ''
trigger:
- platform: state
entity_id:
- binary_sensor.garage_motion
from: 'on'
to: 'off'
for:
hours: 0
minutes: 0
seconds: 0
condition: []
action:
- service: switch.turn_off
data: {}
target:
entity_id: switch.garage_door_light
mode: single
- id: '1613409453380'
alias: Lighting - Bedroom - Sunrise
description: ''
trigger:
- platform: sun
event: sunrise
offset: '3:00'
condition: []
action:
- service: light.turn_off
data: {}
entity_id: light.bed_lights
mode: single
- id: '1620674655093'
alias: Lighting - Work (EOD)
description: Afternoon work automation for lights in the office
trigger:
- at: '12:00:00'
platform: time
condition:
- condition: state
entity_id: binary_sensor.workday_sensor
state: 'on'
action:
- service: light.turn_off
data: {}
target:
entity_id: light.office_lights
mode: single
- id: '1622327043294'
alias: Garage Door Opening
description: ''
trigger:
- platform: state
entity_id: cover.garage_door
from: closed
to: open
condition: []
action:
- service: notify.living_room_tv
data:
title: Garage door
message: The garage door is opening
- service: notify.bedroom_tv
data:
message: The garage door is opening
title: Garage door
- service: notify.guest_bedroom_tv
data:
title: Garage door
message: The garage door is opening
mode: single
- id: '1632014805739'
alias: External Connectivity
description: Uptime Robot monitoring home.giff.ca
trigger:
- platform: state
entity_id: binary_sensor.home_assistant
from: Connected
for:
hours: 0
minutes: 5
seconds: 0
to: ' Disconnected'
condition: []
action:
- service: notify.ios_mobile
data:
message: Home Assistant is unaccessilbe externally
title: Connectivity
mode: single
- id: '1634500422361'
alias: Work Meeting - Free
description: ''
trigger:
- platform: state
entity_id:
- binary_sensor.pgifford_a03_camera_in_use
from: 'on'
to: 'off'
- platform: state
entity_id:
- binary_sensor.pgifford_a03_audio_input_in_use
from: 'on'
to: 'off'
condition:
- condition: state
entity_id: binary_sensor.workday_sensor
state: 'on'
action:
- service: switch.turn_off
target:
entity_id: switch.work_light
data: {}
- service: input_boolean.turn_off
data: {}
target:
entity_id: input_boolean.in_meeting
mode: single
- id: '1635794178627'
alias: MyAnonaMouse Stats
description: ''
trigger:
- platform: time_pattern
minutes: '10'
condition: []
action:
- service: pyscript.get_mam_jsonload
data: {}
mode: single
- id: '1635799181325'
alias: Home Assistant Startup
description: ''
trigger:
- platform: homeassistant
event: start
condition: []
action:
- service: pyscript.get_mam_jsonload
data: {}
- service: watchman.report
data:
create_file: true
data:
parse_mode: html
mode: single
- id: '1635957847236'
alias: Notification - Z-Wave-2-MQTT Update
description: ''
trigger:
- entity_id: binary_sensor.z_wave_js_to_mqtt_update_available
from: 'off'
platform: state
to: 'on'
condition: []
action:
- service: notify.mobile_app_mobile
data:
message: Z-Wave-2-MQTT {{ states.sensor.z_wave_js_to_mqtt_newest_version.state
}} update is available.
data:
actions:
- action: URI
title: Review Update(s)
uri: hassio/dashboard
- service: notify.mobile_app_tablet
data:
message: Z-Wave-2-MQTT {{ states.sensor.z_wave_js_to_mqtt_newest_version.state
}} update is available.
data:
actions:
- action: URI
title: Review Update(s)
uri: hassio/dashboard
mode: single
- id: '1635958306994'
alias: Notification - Storage Update
description: ''
trigger:
- entity_id: binary_sensor.storage_update_available
from: 'off'
platform: state
to: 'on'
condition: []
action:
- service: notify.mobile_app_mobile
data:
message: Synology Storage update is available.
data:
actions:
- action: URI
title: Review Update(s)
uri: http://192.168.1.2
- service: notify.mobile_app_tablet
data:
message: Synology Storage update is available.
data:
actions:
- action: URI
title: Review Update(s)
uri: http://192.168.1.2
mode: single
- id: '1643644621388'
alias: Garage Door opened for too long
description: ''
trigger:
- platform: state
entity_id: cover.garage
from: closed
to: open
for:
hours: 0
minutes: 10
seconds: 0
condition: []
action:
- service: notify.living_room_tv
data:
title: Garage Door
message: The garage door has been open for 10 minutes
- service: notify.bedroom_tv
data:
message: The garage door has been open for 10 minutes
title: Garage Door
- service: notify.guest_bedroom_tv
data:
title: Garage Door
message: The garage door has been open for 10 minutes
- service: notify.mobile_app_mobile
data:
message: The garage door has been open for 10 minutes
title: Garage Door
- service: notify.mobile_app_mobile
data:
message: The garage door has been open for 10 minutes
title: Garage Door
- service: notify.mobile_app_mac
data:
title: Garage Door
message: The garage door has been open for 10 minutes
mode: single
- id: '1650819842683'
alias: Dishwasher Error
description: ''
trigger:
- platform: state
entity_id: sensor.dishwasher_error_message
from: '-'
condition: []
action:
- service: notify.mobile_app_mobile
data:
message: 'Dishwasher has an error: {{ states(''sensor.dishwasher_error_message'')
}}'
title: Kitchen
mode: single
- id: '1650849752617'
alias: Fridge - Ice Express Mode
description: ''
trigger:
- platform: time
at: 04:00:00
condition: []
action:
- service: switch.turn_on
data: {}
target:
entity_id: switch.refrigerator_express_mode
mode: single
- id: '1656858131508'
alias: 'AutoBackup: Daily Backup'
description: ''
trigger:
- platform: time
at: 02:30:00
condition:
- condition: time
before: 00:00:00
after: 00:00:00
weekday:
- mon
- tue
- wed
- thu
- fri
- sat
action:
- service: auto_backup.backup_full
data:
name: 'DailyBackup: {{ now().strftime(''%A, %B %-d, %Y'') }}'
keep_days: 7
mode: single
- id: '1656858205745'
alias: 'AutoBackup: Weekly Backup'
description: ''
trigger:
- platform: time
at: 02:30:00
condition:
- condition: time
before: 00:00:00
after: 00:00:00
weekday:
- sun
action:
- service: auto_backup.backup_full
data:
name: 'WeeklyBackup: {{ now().strftime(''%A, %B %-d, %Y'') }}'
keep_days: 28
mode: single
- id: '1657401778736'
alias: Quiet Time - Set Preferences
description: ''
trigger:
- platform: state
entity_id:
- input_boolean.quiet_time
condition:
- condition: state
entity_id: input_boolean.automations
state: 'on'
action:
- choose:
- conditions:
- condition: state
entity_id: input_boolean.quiet_time
state: 'on'
sequence:
- device_id: fb3415a4265f3f481e20a92fe622420c
domain: select
entity_id: select.front_door_doorbell_text
type: select_option
option: DO NOT DISTURB
- device_id: fb3415a4265f3f481e20a92fe622420c
domain: select
entity_id: select.front_door_chime_type
type: select_option
option: None
- conditions:
- condition: state
entity_id: input_boolean.quiet_time
state: 'off'
sequence:
- device_id: fb3415a4265f3f481e20a92fe622420c
domain: select
entity_id: select.front_door_doorbell_text
type: select_option
option: LEAVE PACKAGE AT DOOR
- device_id: fb3415a4265f3f481e20a92fe622420c
domain: select
entity_id: select.front_door_chime_type
type: select_option
option: Mechanical
default: []
mode: single
- id: '1657410529743'
alias: Automations
description: ''
trigger:
- platform: state
entity_id:
- input_boolean.automations
condition: []
action:
- choose:
- conditions:
- condition: state
entity_id: input_boolean.automations
state: 'on'
sequence:
- service: automation.turn_on
data: {}
target:
entity_id: all
- conditions:
- condition: state
entity_id: input_boolean.automations
state: 'off'
sequence:
- service: automation.turn_off
data: {}
target:
entity_id: all
default: []
mode: single
- id: '1657854895982'
alias: Fridge Door Alert
description: ''
trigger:
- platform: state
entity_id:
- binary_sensor.refrigerator_door_open
to: 'on'
for:
hours: 0
minutes: 5
seconds: 0
condition:
- condition: state
entity_id: binary_sensor.refrigerator_door_open
state: 'on'
for:
hours: 0
minutes: 5
seconds: 0
action:
- service: media_player.play_media
target:
entity_id: media_player.kitchen_hub
data:
media_content_id: media-source://tts/google_translate?message=Fellow+humans%2C+the+fridge+door+has+been+open+for+over+5+minutes%2C+please+close+the+door.+++Thank+you.
media_content_type: provider
metadata:
title: Fellow humans, the fridge door has been open for over 5 minutes, please
close the door. Thank you.
thumbnail: https://brands.home-assistant.io/_/google_translate/logo.png
media_class: app
children_media_class:
navigateIds:
- {}
- media_content_type: app
media_content_id: media-source://tts
- media_content_type: provider
media_content_id: media-source://tts/google_translate?message=Fellow+humans%2C+the+fridge+door+has+been+open+for+over+5+minutes%2C+please+close+the+door.+++Thank+you.
mode: single
- id: '1658079559260'
alias: In Meeting
description: ''
trigger:
- platform: state
entity_id:
- input_boolean.in_meeting
condition:
- condition: state
entity_id: input_boolean.automations
state: 'on'
action:
- choose:
- conditions:
- condition: state
entity_id: input_boolean.in_meeting
state: 'on'
sequence:
- device_id: fb3415a4265f3f481e20a92fe622420c
domain: select
entity_id: select.front_door_doorbell_text
type: select_option
option: DO NOT DISTURB
- device_id: fb3415a4265f3f481e20a92fe622420c
domain: select
entity_id: select.front_door_chime_type
type: select_option
option: None
- service: switch.turn_on
data: {}
target:
entity_id: switch.work_light
- conditions:
- condition: state
entity_id: input_boolean.in_meeting
state: 'off'
sequence:
- device_id: fb3415a4265f3f481e20a92fe622420c
domain: select
entity_id: select.front_door_doorbell_text
type: select_option
option: LEAVE PACKAGE AT DOOR
- device_id: fb3415a4265f3f481e20a92fe622420c
domain: select
entity_id: select.front_door_chime_type
type: select_option
option: Mechanical
- service: switch.turn_off
data: {}
target:
entity_id: switch.work_light
default: []
mode: single
- id: '1658080273222'
alias: Work
description: ''
trigger:
- platform: state
entity_id:
- binary_sensor.pgifford_a03_camera_in_use
condition:
- condition: state
entity_id: input_boolean.automations
state: 'on'
- condition: state
entity_id: binary_sensor.workday_sensor
state: 'on'
action:
- choose:
- conditions:
- condition: state
entity_id: binary_sensor.workday_sensor
state: 'on'
- condition: state
entity_id: binary_sensor.pgifford_a03_camera_in_use
state: 'on'
- condition: state
entity_id: binary_sensor.pgifford_a03_audio_input_in_use
state: 'on'
sequence:
- service: input_boolean.turn_on
data: {}
target:
entity_id: input_boolean.in_meeting
- conditions:
- condition: state
entity_id: binary_sensor.workday_sensor
state: 'off'
- condition: state
entity_id: binary_sensor.pgifford_a03_camera_in_use
state: 'off'
- condition: state
entity_id: binary_sensor.pgifford_a03_audio_input_in_use
state: 'off'
sequence:
- service: input_boolean.turn_off
data: {}
target:
entity_id: input_boolean.in_meeting
default: []
mode: single
- id: '1658408884461'
alias: Run Watchmen Report
description: ''
trigger:
- platform: time_pattern
hours: '6'
- platform: state
entity_id:
- input_button.update_watchmen_report
condition:
- condition: state
entity_id: input_boolean.automations
state: 'on'
action:
- service: automation.reload
data: {}
- service: group.reload
data: {}
- service: homeassistant.reload_core_config
data: {}
- service: watchman.report
data:
create_file: true
data:
parse_mode: html
mode: single
- id: '1658979202433'
alias: Left Litter Box
description: ''
trigger:
- platform: numeric_state
entity_id: sensor.scoopfree_left_rake_count
above: '25'
condition:
- condition: numeric_state
entity_id: sensor.scoopfree_left_rake_count
above: '25'
action:
- service: notify.mobile_app_mobile
data:
message: The Left Litter Box has reached {{ states('sensor.scoopfree_left_rake_count')
}} rakes and the tray should be changed.
title: Petsafe Scoopfree
mode: single
- id: '1658979270076'
alias: Right Litter Box
description: ''
trigger:
- platform: numeric_state
entity_id: sensor.scoopfree_left_rake_count
above: '25'
condition:
- condition: numeric_state
entity_id: sensor.scoopfree_left_rake_count
above: '25'
action:
- service: notify.mobile_app_mobile
data:
message: The Right Litter Box has reached {{ states('sensor.scoopfree_right_rake_count')
}} rakes and the tray should be changed.
title: Petsafe Scoopfree
mode: single