-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstrings.json
30 lines (30 loc) · 993 Bytes
/
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
{
"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"
},
"data_description": {
"host": "The hostname or IP address of your nymea device.",
"port": "The port of your nymea device."
}
},
"link": {
"title": "Link Hub",
"description": "After confirming this dialog press the yellow button on the backside of the maveo box to create a token for use with 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%]"
}
}
}