2021-12-23 18:34:35 +00:00
{
"config" : {
2022-02-07 15:53:05 +00:00
"flow_title" : "Gateway: {gateway_id}" ,
2021-12-23 18:34:35 +00:00
"step" : {
"user" : {
"description" : "The Overkiz platform is used by various vendors like Somfy (Connexoon / TaHoma), Hitachi (Hi Kumo), Rexel (Energeasy Connect) and Atlantic (Cozytouch). Enter your application credentials and select your hub." ,
"data" : {
"host" : "[%key:common::config_flow::data::host%]" ,
"username" : "[%key:common::config_flow::data::username%]" ,
"password" : "[%key:common::config_flow::data::password%]" ,
"hub" : "Hub"
}
}
} ,
"error" : {
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
"server_in_maintenance" : "Server is down for maintenance" ,
2022-03-30 02:19:57 +00:00
"too_many_attempts" : "Too many attempts with an invalid token, temporarily banned" ,
2022-01-17 20:47:42 +00:00
"too_many_requests" : "Too many requests, try again later" ,
2022-08-31 19:16:00 +00:00
"unknown" : "[%key:common::config_flow::error::unknown%]" ,
"unknown_user" : "Unknown user. Somfy Protect accounts are not supported by this integration."
2021-12-23 18:34:35 +00:00
} ,
"abort" : {
2022-01-25 23:00:58 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_account%]" ,
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]" ,
"reauth_wrong_account" : "You can only reauthenticate this entry with the same Overkiz account and hub"
2021-12-23 18:34:35 +00:00
}
}
2022-03-30 08:35:30 +00:00
}