-
Notifications
You must be signed in to change notification settings - Fork 0
/
strings.json
48 lines (48 loc) · 1.09 KB
/
strings.json
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
{
"config": {
"step": {
"user": {
"title": "Concord4WS Connection Details",
"data": {
"name": "Panel Name",
"host": "Concord4WS IP Address",
"port": "Concord4WS Port Number"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"options": {
"step": {
"init": {
"description": "Alarm Panel Options",
"data": {
"default_arm_stay_mode": "Default Arm Stay Mode",
"default_arm_away_mode": "Default Arm Away Mode"
}
}
}
},
"selector": {
"default_arm_away_mode": {
"options": {
"normal": "Normal",
"instant": "Instant",
"silent": "Silent"
}
},
"default_arm_stay_mode": {
"options": {
"normal": "Normal",
"instant": "Instant",
"silent": "Silent"
}
}
}
}