forked from marthoc/homeseer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.json
More file actions
28 lines (28 loc) · 897 Bytes
/
strings.json
File metadata and controls
28 lines (28 loc) · 897 Bytes
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
{
"title": "Homeseer",
"config": {
"step": {
"user": {
"title": "Connect to Homeseer",
"data": {
"host": "Host",
"username": "Username",
"password": "Password",
"http_port": "HTTP port",
"ascii_port": "ASCII port",
"name_template": "Name template",
"allow_events": "Allow events"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"mac_address_required": "MAC Address required for firmware below 2.1.9 (4)",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}