forked from Mattes83/nymea
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.json
More file actions
executable file
·37 lines (37 loc) · 1.39 KB
/
Copy pathstrings.json
File metadata and controls
executable file
·37 lines (37 loc) · 1.39 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
{
"config": {
"step": {
"user": {
"title": "Connect to nymea",
"description": "Please enter the host name or IP address of a nymea device.",
"data": {
"host": "host",
"port": "port",
"websocket_port": "websocket_port"
},
"data_description": {
"host": "The hostname or IP address of your nymea device.",
"port": "The JSON-RPC TCP port for commands and pairing (default: 2222).",
"websocket_port": "The WebSocket port for notifications (default: 4444)."
}
},
"link": {
"title": "Link Hub",
"description": "Press and confirm this dialog, then press the **yellow button** on the back of your Maveo Box **within 30 seconds** to complete the pairing."
},
"zeroconf_confirm": {
"title": "Discovered nymea device",
"description": "Do you want to add the nymea device at {host} to Home Assistant?"
}
},
"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%]",
"cannot_connect": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}