-
Notifications
You must be signed in to change notification settings - Fork 0
/
input-select.yaml
executable file
·60 lines (59 loc) · 1.03 KB
/
input-select.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
log_level:
name: Log Level
options:
- critical
- fatal
- error
- warning
- warn
- info
- debug
- notset
initial: critical
pavlina_status_dropdown:
name: Mum
options:
- Unknown
- Home
- Just Arrived
- Just Left
- Away
- Extended Away
# initial: Unknown
makis_status_dropdown:
name: Makis
options:
- Unknown
- Home
- Just Arrived
- Just Left
- Away
- Extended Away
# initial: Unknown
sofia_status_dropdown:
name: Sofia
options:
- Unknown
- Home
- Just Arrived
- Just Left
- Away
- Extended Away
# initial: Unknown
thanasis_status_dropdown:
name: Thanasis
options:
- Home
- Just Arrived
- Just Left
- Away
- Extended Away
# initial: Unknown
dad_status_dropdown:
name: Dad
options:
- Home
- Just Arrived
- Just Left
- Away
- Extended Away