forked from elupus/hass_nibe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstrings.json
37 lines (37 loc) · 1.53 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
{
"config": {
"title": "Nibe Uplink",
"step": {
"user": {
"title": "Configure uplink parameters",
"description": "Please configure a application on Nibe Uplinks [Application]({application}) page. The redirect url must point to your Home Assistant instance, but does not need to be publically reachable, it need only be reachable from this computer. Ensure it points to the api endpoint ({suffix})",
"data": {
"redirect_uri": "Callback URL",
"client_id": "Identifier",
"client_secret": "Secret",
"writeaccess": "Write Access (requires subscription)"
}
},
"auth": {
"title": "Authorize home assistant for nibe",
"description": "Please navigate to nibe uplinks authorization page to authorize home aassistant",
"data": {
"code": "Code included in redirect uri"
}
},
"systems": {
"data": {
"systems": "Selected systems"
},
"description": "Please select which nibe systems to track",
"title": "System selection"
}
},
"error": {
"code": "Couldn't get an access token from code. Further information may be in home assitant log"
},
"abort": {
"already_configured": "Uplink is already configured"
}
}
}