{
  "config": {
    "abort": {
      "already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
    },
    "error": {
      "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
    },
    "step": {
      "user": {
        "data": {
          "connection_type": "Select connection type"
        },
        "description": "Select connection type. Local requires generation 3 heaters"
      },
      "cloud": {
        "data": {
          "username": "[%key:common::config_flow::data::username%]",
          "password": "[%key:common::config_flow::data::password%]"
        }
      },
      "local": {
        "data": {
          "ip_address": "[%key:common::config_flow::data::ip%]"
        },
        "description": "Local IP address of the device."
      }
    }
  }
}