2018-07-06 21:05:34 +00:00
{
2018-08-02 11:42:45 +00:00
"config" : {
"abort" : {
2020-10-06 00:08:09 +00:00
"already_configured" : "Device is already configured" ,
"connection_aborted" : "Failed to connect" ,
"unknown" : "Unexpected error"
2018-08-02 11:42:45 +00:00
} ,
"error" : {
2020-10-12 00:03:31 +00:00
"invalid_sgtin_or_pin" : "Invalid SGTIN or PIN Code, please try again." ,
2018-08-02 11:42:45 +00:00
"press_the_button" : "Please press the blue button." ,
"register_failed" : "Failed to register, please try again." ,
"timeout_button" : "Blue button press timeout, please try again."
} ,
"step" : {
"init" : {
"data" : {
2018-08-24 13:54:47 +00:00
"hapid" : "Access point ID (SGTIN)" ,
2018-08-02 11:42:45 +00:00
"name" : "Name (optional, used as name prefix for all devices)" ,
2020-10-07 00:06:20 +00:00
"pin" : "PIN Code"
2018-08-02 11:42:45 +00:00
} ,
2018-08-24 13:54:47 +00:00
"title" : "Pick HomematicIP Access point"
2018-08-02 11:42:45 +00:00
} ,
"link" : {
2018-08-24 13:54:47 +00:00
"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)" ,
"title" : "Link Access point"
2018-08-02 11:42:45 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-08-02 11:42:45 +00:00
}