-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRepeatableNotification-ApplianceEndCycle.yml
More file actions
33 lines (33 loc) · 1.14 KB
/
RepeatableNotification-ApplianceEndCycle.yml
File metadata and controls
33 lines (33 loc) · 1.14 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
alias: Machine à laver - fin de cycle
description: Envoie une notification et déclenche le timer pour les rappels
use_blueprint:
path: >-
sbyx/notify-or-do-something-when-an-appliance-like-a-dishwasher-or-washing-machine-finishes.yaml
input:
power_sensor: sensor.<your_power_sensor>
starting_threshold: 3
actions:
- service: timer.start
data:
duration: "00:15:00"
target:
entity_id: timer.reminder_machine_a_laver
- service: notify.<your_phone>
data:
message: Vider la machine
title: Machine à laver - fin de cycle
data:
tag: reminder_mal
actions:
- action: REMIND_15_MAL
title: Rappel dans 15min
icon: sfsymbols:goforward.15
- action: REMIND_30_MAL
title: Rappel dans 30min
icon: sfsymbols:goforward.30
- action: REMIND_60_MAL
title: Rappel dans 1h
icon: sfsymbols:goforward.60
- action: REMIND_OK_MAL
title: C'est fait!
icon: sfsymbols:checkmark