2025-09-30 23:34:33 +02:00
{
2026-04-22 11:12:40 +02:00
"common" : {
"api_key" : "Access token" ,
"api_key_description" : "The access token for authenticating with Firefly III" ,
"verify_ssl_description" : "Verify the SSL certificate of the Firefly III instance"
},
2025-09-30 23:34:33 +02:00
"config" : {
2025-10-28 10:33:10 +01:00
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
2025-10-31 13:42:30 +01:00
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]" ,
"reconfigure_successful" : "[%key:common::config_flow::abort::reconfigure_successful%]"
2025-10-28 10:33:10 +01:00
},
"error" : {
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
"timeout_connect" : "[%key:common::config_flow::error::timeout_connect%]" ,
"unknown" : "[%key:common::config_flow::error::unknown%]"
},
2025-09-30 23:34:33 +02:00
"step" : {
2025-10-02 12:15:10 +02:00
"reauth_confirm" : {
"data" : {
2026-04-22 11:12:40 +02:00
"api_key" : "[%key:component::firefly_iii::common::api_key%]"
2025-10-02 12:15:10 +02:00
},
"data_description" : {
2026-04-22 11:12:40 +02:00
"api_key" : "[%key:component::firefly_iii::common::api_key_description%]"
2025-10-02 12:15:10 +02:00
},
2026-04-22 11:12:40 +02:00
"description" : "The access token for your Firefly III instance is invalid and needs to be updated. Go to **Options > Remote access and tokens**. Create a new **personal access token** and copy it (it will only display once)."
2025-10-28 10:33:10 +01:00
},
2025-10-31 13:42:30 +01:00
"reconfigure" : {
"data" : {
2026-04-22 11:12:40 +02:00
"api_key" : "[%key:component::firefly_iii::common::api_key%]" ,
2025-10-31 13:42:30 +01:00
"url" : "[%key:common::config_flow::data::url%]" ,
"verify_ssl" : "[%key:common::config_flow::data::verify_ssl%]"
},
"data_description" : {
2026-04-22 11:12:40 +02:00
"api_key" : "[%key:component::firefly_iii::common::api_key_description%]" ,
2025-10-31 13:42:30 +01:00
"url" : "[%key:common::config_flow::data::url%]" ,
2026-04-22 11:12:40 +02:00
"verify_ssl" : "[%key:component::firefly_iii::common::verify_ssl_description%]"
2025-10-31 13:42:30 +01:00
},
"description" : "Use the following form to reconfigure your Firefly III instance." ,
"title" : "Reconfigure Firefly III Integration"
},
2025-10-28 10:33:10 +01:00
"user" : {
"data" : {
2026-04-22 11:12:40 +02:00
"api_key" : "[%key:component::firefly_iii::common::api_key%]" ,
2025-10-28 10:33:10 +01:00
"url" : "[%key:common::config_flow::data::url%]" ,
"verify_ssl" : "[%key:common::config_flow::data::verify_ssl%]"
},
"data_description" : {
2026-04-22 11:12:40 +02:00
"api_key" : "[%key:component::firefly_iii::common::api_key_description%]" ,
2025-10-28 10:33:10 +01:00
"url" : "[%key:common::config_flow::data::url%]" ,
2026-04-22 11:12:40 +02:00
"verify_ssl" : "[%key:component::firefly_iii::common::verify_ssl_description%]"
2025-10-28 10:33:10 +01:00
},
2026-04-22 11:12:40 +02:00
"description" : "You can create an access token in the Firefly III UI. Go to **Options > Remote access and tokens**. Create a new **personal access token** and copy it (it will only display once)."
2025-10-28 10:33:10 +01:00
}
}
},
"entity" : {
"sensor" : {
"account_balance" : {
"name" : "Account Balance"
},
"account_role" : {
"name" : "Account Role" ,
"state" : {
"cash_wallet_asset" : "Cash wallet asset" ,
"cc_asset" : "Credit card asset" ,
"default_asset" : "Default asset" ,
"saving_asset" : "Saving asset" ,
"shared_asset" : "Shared asset"
}
},
"account_type" : {
"name" : "Account Type" ,
"state" : {
"asset" : "Asset" ,
"expense" : "Expense" ,
"liability" : "Liability" ,
"revenue" : "Revenue"
}
},
"budget" : {
"name" : "Budget"
},
"category" : {
"name" : "Earned/Spent"
2025-09-30 23:34:33 +02:00
}
}
},
"exceptions" : {
"cannot_connect" : {
2026-08-01 07:14:08 +02:00
"message" : "An error occurred while trying to connect to the Firefly III instance"
2025-09-30 23:34:33 +02:00
},
"invalid_auth" : {
2026-08-01 07:14:08 +02:00
"message" : "An error occurred while trying to authenticate"
2025-09-30 23:34:33 +02:00
},
"timeout_connect" : {
2026-08-01 07:14:08 +02:00
"message" : "A timeout occurred while trying to connect to the Firefly III instance"
2025-09-30 23:34:33 +02:00
}
}
}