2021-12-27 21:05:10 +00:00
{
"config" : {
"step" : {
"user" : {
"description" : "To authenticate with PVOutput you'll need to get the API key at {account_url}.\n\nThe system IDs of registered systems are listed on that same page." ,
"data" : {
"system_id" : "System ID" ,
"api_key" : "[%key:common::config_flow::data::api_key%]"
}
2021-12-28 16:28:35 +00:00
} ,
"reauth_confirm" : {
2022-03-30 08:35:30 +00:00
"description" : "To re-authenticate with PVOutput you'll need to get the API key at {account_url}." ,
2021-12-28 16:28:35 +00:00
"data" : {
"api_key" : "[%key:common::config_flow::data::api_key%]"
}
2021-12-27 21:05:10 +00:00
}
} ,
"error" : {
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]"
2021-12-28 16:28:35 +00:00
} ,
"abort" : {
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]"
2021-12-27 21:05:10 +00:00
}
}
}