2020-04-08 21:29:59 +00:00
{
2020-04-15 16:41:18 +00:00
"config" : {
"error" : {
2020-10-02 19:07:19 +00:00
"unknown" : "[%key:common::config_flow::error::unknown%]" ,
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]"
2020-04-15 16:41:18 +00:00
} ,
"step" : {
"user" : {
"description" : "In order to access the Flume Personal API, you will need to request a 'Client ID' and 'Client Secret' at https://portal.flumetech.com/settings#token" ,
"title" : "Connect to your Flume Account" ,
"data" : {
2020-05-12 17:50:44 +00:00
"username" : "[%key:common::config_flow::data::username%]" ,
2020-04-15 16:41:18 +00:00
"client_secret" : "Client Secret" ,
"client_id" : "Client ID" ,
2020-05-12 17:50:44 +00:00
"password" : "[%key:common::config_flow::data::password%]"
2020-04-15 16:41:18 +00:00
}
2021-05-03 17:30:22 +00:00
} ,
"reauth_confirm" : {
"description" : "The password for {username} is no longer valid." ,
"title" : "Reauthenticate your Flume Account" ,
"data" : {
"password" : "[%key:common::config_flow::data::password%]"
}
2022-03-30 08:35:30 +00:00
}
2020-04-15 16:41:18 +00:00
} ,
2020-05-12 17:50:44 +00:00
"abort" : {
2021-05-03 17:30:22 +00:00
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]" ,
2020-10-02 19:07:19 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_account%]"
2020-05-12 17:50:44 +00:00
}
2020-04-15 16:41:18 +00:00
}
2020-10-02 19:07:19 +00:00
}