2018-07-06 21:05:34 +00:00
{
"config" : {
"step" : {
"init" : {
2018-08-21 19:25:16 +00:00
"title" : "Pick HomematicIP Access point" ,
2018-07-06 21:05:34 +00:00
"data" : {
2018-08-21 19:25:16 +00:00
"hapid" : "Access point ID (SGTIN)" ,
2020-10-06 09:00:36 +00:00
"pin" : "[%key:common::config_flow::data::pin%]" ,
2020-10-05 13:30:39 +00:00
"name" : "[%key:common::config_flow::data::name%] (optional, used as name prefix for all devices)"
2018-07-06 21:05:34 +00:00
}
} ,
"link" : {
2018-08-21 19:25:16 +00:00
"title" : "Link Access point" ,
"description" : "Press the blue button on the access point and the submit button to register HomematicIP with Home Assistant.\n\n![Location of button on bridge](/static/images/config_flows/config_homematicip_cloud.png)"
2018-07-06 21:05:34 +00:00
}
} ,
"error" : {
"register_failed" : "Failed to register, please try again." ,
2020-10-11 14:53:03 +00:00
"invalid_sgtin_or_pin" : "Invalid SGTIN or [%key:common::config_flow::data::pin%], please try again." ,
2018-07-06 21:05:34 +00:00
"press_the_button" : "Please press the blue button." ,
"timeout_button" : "Blue button press timeout, please try again."
} ,
"abort" : {
2020-10-05 13:30:39 +00:00
"unknown" : "[%key:common::config_flow::error::unknown%]" ,
"connection_aborted" : "[%key:common::config_flow::error::cannot_connect%]" ,
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]"
2018-07-06 21:05:34 +00:00
}
}
}