2024-07-10 04:44:04 -06:00
{
"config" : {
2025-10-28 10:33:10 +01:00
"abort" : {
"already_configured" : "This access URL is already configured." ,
"missing_access_url" : "Access URL or setup token missing"
2024-07-10 04:44:04 -06:00
} ,
"error" : {
2025-05-08 19:16:37 +02:00
"claim_error" : "The setup token either does not exist or has already been used by someone else. Receiving this could mean that the user\u2019s transaction information has been compromised" ,
2025-10-28 10:33:10 +01:00
"invalid_auth" : "Authentication failed: This could be due to revoked access or incorrect credentials" ,
2025-05-08 19:16:37 +02:00
"invalid_claim_token" : "The setup token is invalid and could not be decoded" ,
"payment_required" : "You presented a valid access URL, however payment is required before you can obtain data" ,
"url_error" : "There was an issue parsing the access URL"
2024-07-10 04:44:04 -06:00
} ,
2025-10-28 10:33:10 +01:00
"step" : {
"user" : {
"data" : {
"api_token" : "Setup token"
} ,
"description" : "Please enter a SimpleFIN setup token."
}
2024-07-10 04:44:04 -06:00
}
} ,
"entity" : {
2024-08-25 21:57:57 -06:00
"binary_sensor" : {
"possible_error" : { "name" : "Possible error" }
} ,
2024-07-10 04:44:04 -06:00
"sensor" : {
2024-07-30 15:42:10 -06:00
"age" : {
"name" : "Data age"
2025-10-28 10:33:10 +01:00
} ,
"balance" : {
"name" : "Balance"
2024-07-10 04:44:04 -06:00
}
}
}
}