2021-02-17 08:04:11 +00:00
{
2021-07-22 06:37:33 +00:00
"config" : {
2023-01-24 06:59:32 +00:00
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_account%]"
} ,
2021-07-22 06:37:33 +00:00
"error" : {
"invalid_credentials" : "[%key:common::config_flow::error::invalid_auth%]" ,
"unknown" : "[%key:common::config_flow::error::unknown%]"
2021-02-17 08:04:11 +00:00
} ,
2021-07-22 06:37:33 +00:00
"step" : {
"user" : {
"data" : {
"url" : "[%key:common::config_flow::data::url%]" ,
"name" : "Override for Habitica’ s username. Will be used for service calls" ,
"api_user" : "Habitica’ s API user ID" ,
"api_key" : "[%key:common::config_flow::data::api_key%]"
} ,
"description" : "Connect your Habitica profile to allow monitoring of your user's profile and tasks. Note that api_id and api_key must be gotten from https://habitica.com/user/settings/api"
}
}
}
2021-02-17 08:04:11 +00:00
}