mirror of
https://github.com/elisspace/core.git
synced 2026-09-20 17:51:58 +00:00
* Add config flow to JuiceNet * Fix some lint issues * Fix imports * Abort on reconfigure / Allow multiple accounts Abort on bad API token Fix strings * Remove unused variable * Update strings * Remove import * Fix import order again * Update imports Remove some unused parameters * Add back ignore * Update config_flow.py * iSort * Update juicenet integration to be async * Update coverage for juicenet config flow * Update homeassistant/components/juicenet/entity.py Co-Authored-By: J. Nick Koston <nick@koston.org> * Black * Make imports relative * Rename translations folder Co-authored-by: J. Nick Koston <nick@koston.org>
22 lines
533 B
JSON
22 lines
533 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "This JuiceNet account is already configured"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect, please try again",
|
|
"invalid_auth": "Invalid authentication",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"api_token": "JuiceNet API Token"
|
|
},
|
|
"description": "You will need the API Token from https://home.juice.net/Manage.",
|
|
"title": "Connect to JuiceNet"
|
|
}
|
|
}
|
|
}
|
|
}
|