-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstrings.json
More file actions
46 lines (46 loc) · 1.66 KB
/
strings.json
File metadata and controls
46 lines (46 loc) · 1.66 KB
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
{
"config": {
"step": {
"user": {
"description": "Initial alarm panel settings, enter as if you would on the app. Master user code is required, but usage for arm/disarm is optional.",
"title": "Alarm Panel Settings",
"data": {
"host": "Alarm server address",
"email": "Email address",
"password": "Password",
"panel_id": "Panel ID (Serial)",
"master_code": "Master user code",
"codeless_disarm": "Allow disarming without a code.",
"codeless_arm": "Allow arming without a code.",
"update_interval": "Update interval in seconds"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"options": {
"step": {
"user": {
"description": "Initial alarm panel settings, enter as if you would on the app. Master user code is required, but usage for arm/disarm is optional.",
"title": "Alarm Panel Settings",
"data": {
"host": "Alarm server address",
"email": "Email address",
"password": "Password",
"panel_id": "Panel ID (Serial)",
"master_code": "Master user code",
"codeless_disarm": "Allow disarming without a code.",
"codeless_arm": "Allow arming without a code.",
"update_interval": "Update interval in seconds"
}
}
}
}
}