-
Notifications
You must be signed in to change notification settings - Fork 1
/
RocketLeague-BakkesBase.yaml
64 lines (64 loc) · 2.23 KB
/
RocketLeague-BakkesBase.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
alias: RocketLeague - BakkesYAML
description: ""
trigger:
- platform: webhook
webhook_id: rocketleagueassistant-CHANGETHIS
condition: []
action:
- choose:
- conditions:
- condition: template
value_template: "{{ trigger.json.data == 'home' }}"
alias: Blue Team (Home) Automation
sequence: []
- conditions:
- condition: template
value_template: "{{ trigger.json.data == 'away' }}"
alias: Orange Team (Away) Automation
sequence: []
- conditions:
- condition: template
value_template: "{{ trigger.json.data == 'mainmenu' }}"
alias: Main Menu Automation
sequence: []
- conditions:
- condition: template
value_template: "{{ trigger.json.data == 'matchcountdown' }}"
alias: Match Countdown Automation
sequence: []
- conditions:
- condition: template
value_template: "{{ trigger.json.data == 'teamScored' }}"
alias: Your Team Scored Automation
sequence: []
- conditions:
- condition: template
value_template: "{{ trigger.json.data == 'otherTeamScored' }}"
alias: The Other Team Scored Automation
sequence: []
- conditions:
- condition: template
value_template: "{{ trigger.json.data == 'teamDemoed' }}"
alias: Your Team Demo'd the Other Team Automation
sequence: []
- conditions:
- condition: template
value_template: "{{ trigger.json.data == 'gotDemoed' }}"
alias: The Other Team Demo'd Your Team Automation
sequence: []
- conditions:
- condition: template
value_template: "{{ trigger.json.data == 'freeplay' }}"
alias: Freeplay Automation
sequence: []
- conditions:
- condition: template
value_template: "{{ trigger.json.data == 'overtime' }}"
alias: Overtime Automation
sequence: []
- conditions:
- condition: template
value_template: "{{ trigger.json.data == 'exit' }}"
alias: "Game Exit Automation (ex: Return Lights to Normal)"
sequence: []
mode: single