forked from elupus/hass_nibe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
strings.json
48 lines (48 loc) · 1.78 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
38
39
40
41
42
43
44
45
46
47
48
{
"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 Uplink authorization page to authorize Home Assistant",
"data": {
"code": "Code included in redirect uri"
}
},
"confirm": {
"description": "Authorization successfull, continue to add systems to your instance."
}
},
"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"
}
},
"system_health": {
"info": {
"api_endpoint_reachable": "NibeUplink API endpoint reachable"
}
},
"options": {
"step": {
"init": {
"title": "Configure Systems",
"data": {
"systems": "Systems to load data from"
}
}
}
}
}