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)" ,
2018-07-06 21:05:34 +00:00
"pin" : "Pin Code (optional)" ,
"name" : "Name (optional, used as name prefix for all devices)"
}
} ,
"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." ,
"invalid_pin" : "Invalid PIN, please try again." ,
"press_the_button" : "Please press the blue button." ,
"timeout_button" : "Blue button press timeout, please try again."
} ,
"abort" : {
"unknown" : "Unknown error occurred." ,
2018-08-21 19:25:16 +00:00
"connection_aborted" : "Could not connect to HMIP server" ,
"already_configured" : "Access point is already configured"
2018-07-06 21:05:34 +00:00
}
}
}