{
  "config": {
    "step": {
      "geography": {
        "title": "Configure a Geography",
        "description": "Use the AirVisual cloud API to monitor a geographical location.",
        "data": {
          "api_key": "[%key:common::config_flow::data::api_key%]",
          "latitude": "[%key:common::config_flow::data::latitude%]",
          "longitude": "[%key:common::config_flow::data::longitude%]"
        }
      },
      "node_pro": {
        "title": "Configure an AirVisual Node/Pro",
        "description": "Monitor a personal AirVisual unit. The password can be retrieved from the unit's UI.",
        "data": {
          "ip_address": "[%key:common::config_flow::data::host%]",
          "password": "[%key:common::config_flow::data::password%]"
        }
      },
      "reauth_confirm": {
        "title": "Re-authenticate AirVisual",
        "data": {
          "api_key": "[%key:common::config_flow::data::api_key%]"
        }
      },
      "user": {
        "title": "Configure AirVisual",
        "description": "Pick what type of AirVisual data you want to monitor.",
        "data": {
          "cloud_api": "Geographical Location",
          "node_pro": "AirVisual Node Pro",
          "type": "Integration Type"
        }
      }
    },
    "error": {
      "general_error": "[%key:common::config_flow::error::unknown%]",
      "invalid_api_key": "[%key:common::config_flow::error::invalid_api_key%]",
      "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
    },
    "abort": {
      "already_configured": "[%key:common::config_flow::abort::already_configured_location%] or Node/Pro ID is already registered.",
      "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
    }
  },
  "options": {
    "step": {
      "init": {
        "title": "Configure AirVisual",
        "data": {
          "show_on_map": "Show monitored geography on the map"
        }
      }
    }
  }
}