{
  "config": {
    "step": {
      "init": {
        "title": "Pick HomematicIP Access point",
        "data": {
          "hapid": "Access point ID (SGTIN)",
          "pin": "[%key:common::config_flow::data::pin%]",
          "name": "[%key:common::config_flow::data::name%] (optional, used as name prefix for all devices)"
        }
      },
      "link": {
        "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)"
      }
    },
    "error": {
      "register_failed": "Failed to register, please try again.",
      "invalid_sgtin_or_pin": "Invalid SGTIN or [%key:common::config_flow::data::pin%], please try again.",
      "press_the_button": "Please press the blue button.",
      "timeout_button": "Blue button press timeout, please try again."
    },
    "abort": {
      "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%]"
    }
  }
}