-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscripts.yaml
35 lines (35 loc) · 935 Bytes
/
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
chores_kid2_increase_stars:
alias: Chores kid2 Increase Stars
sequence:
- service: counter.increment
target:
entity_id: counter.chore_star_counter_kid2
data: {}
mode: single
icon: mdi:plus-circle-outline
chores_kid1_increase_stars:
alias: Chores kid1 Increase Stars
sequence:
- service: counter.increment
metadata: {}
data: {}
target:
entity_id: counter.chore_star_counter_kid1
mode: single
icon: mdi:plus-circle-outline
chores_kid1_decrease_stars:
alias: Chores kid1 Decrease Stars
sequence:
- service: counter.decrement
target:
entity_id: counter.chore_star_counter_kid1
mode: single
icon: mdi:minus-circle-outline
chores_kid2_decrease_stars:
alias: Chores kid2 Decrease Stars
sequence:
- service: counter.decrement
target:
entity_id: counter.chore_star_counter_kid2
mode: single
icon: mdi:minus-circle-outline