48 lines
2.0 KiB
JSON
48 lines
2.0 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Device is already configured"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_auth": "Invalid authentication",
|
|
"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.",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"api_key": "API Key",
|
|
"api_token": "API Secret"
|
|
},
|
|
"description": "Please enter the details of your API key as provided by Coinbase.",
|
|
"title": "Coinbase API Key Details"
|
|
}
|
|
}
|
|
},
|
|
"issues": {
|
|
"removed_yaml": {
|
|
"description": "Configuring Coinbase using YAML has been removed.\n\nYour existing YAML configuration is not used by Home Assistant.\n\nRemove the YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue.",
|
|
"title": "The Coinbase YAML configuration has been removed"
|
|
}
|
|
},
|
|
"options": {
|
|
"error": {
|
|
"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.",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"account_balance_currencies": "Wallet balances to report.",
|
|
"exchange_base": "Base currency for exchange rate sensors.",
|
|
"exchange_rate_currencies": "Exchange rates to report.",
|
|
"exchnage_rate_precision": "Number of decimal places for exchange rates."
|
|
},
|
|
"description": "Adjust Coinbase Options"
|
|
}
|
|
}
|
|
}
|
|
} |