2021-06-28 14:38:12 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Coinbase API Key Details",
|
2021-06-29 15:54:38 +00:00
|
|
|
"description": "Please enter the details of your API key as provided by Coinbase.",
|
2021-06-28 14:38:12 +00:00
|
|
|
"data": {
|
|
|
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
2021-06-29 15:54:38 +00:00
|
|
|
"api_token": "API Secret"
|
2021-06-28 14:38:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
2021-12-23 09:52:22 +00:00
|
|
|
"invalid_auth_key": "API credentials rejected by Coinbase due to an invalid API Key.",
|
|
|
|
"invalid_auth_secret": "API credentials rejected by Coinbase due to an invalid API Secret.",
|
2021-06-28 14:38:12 +00:00
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
|
|
},
|
|
|
|
"abort": {
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"description": "Adjust Coinbase Options",
|
|
|
|
"data": {
|
|
|
|
"account_balance_currencies": "Wallet balances to report.",
|
2021-07-15 04:50:23 +00:00
|
|
|
"exchange_rate_currencies": "Exchange rates to report.",
|
2022-03-30 11:51:44 +00:00
|
|
|
"exchange_base": "Base currency for exchange rate sensors.",
|
|
|
|
"exchnage_rate_precision": "Number of decimal places for exchange rates."
|
2021-06-28 14:38:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
2022-01-23 23:40:04 +00:00
|
|
|
"currency_unavailable": "One or more of the requested currency balances is not provided by your Coinbase API.",
|
|
|
|
"exchange_rate_unavailable": "One or more of the requested exchange rates is not provided by Coinbase."
|
2021-06-28 14:38:12 +00:00
|
|
|
}
|
|
|
|
}
|
2022-03-30 08:35:30 +00:00
|
|
|
}
|