Skip to content

Commit a3e0163

Browse files
authored
Update RocketLeague-BakkesBase.yaml
1 parent 0f7a308 commit a3e0163

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

RocketLeague-BakkesBase.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ action:
2121
value_template: "{{ trigger.json.data == 'mainmenu' }}"
2222
alias: Main Menu Automation
2323
sequence: []
24+
- conditions:
25+
- condition: template
26+
value_template: "{{ trigger.json.data == 'matchcountdown' }}"
27+
alias: Match Countdown Automation
28+
sequence: []
2429
- conditions:
2530
- condition: template
2631
value_template: "{{ trigger.json.data == 'teamScored' }}"

0 commit comments

Comments
 (0)