{
    "config": {
        "abort": {
            "already_configured": "Device is already configured",
            "already_in_progress": "Configuration flow is already in progress"
        },
        "error": {
            "cannot_connect": "Failed to connect",
            "no_device_selected": "No device selected, please select one device.",
            "unknown_device": "The device model is not known, not able to setup the device using config flow."
        },
        "flow_title": "Xiaomi Miio: {name}",
        "step": {
            "device": {
                "data": {
                    "host": "IP Address",
                    "model": "Device model (Optional)",
                    "name": "Name of the device",
                    "token": "API Token"
                },
                "description": "You will need the 32 character API Token, see https://www.home-assistant.io/integrations/xiaomi_miio#retrieving-the-access-token for instructions. Please note, that this API Token is different from the key used by the Xiaomi Aqara integration.",
                "title": "Connect to a Xiaomi Miio Device or Xiaomi Gateway"
            },
            "gateway": {
                "data": {
                    "host": "IP Address",
                    "name": "Name of the Gateway",
                    "token": "API Token"
                },
                "description": "You will need the 32 character API Token, see https://www.home-assistant.io/integrations/vacuum.xiaomi_miio/#retrieving-the-access-token for instructions. Please note, that this API Token is different from the key used by the Xiaomi Aqara integration.",
                "title": "Connect to a Xiaomi Gateway"
            },
            "user": {
                "data": {
                    "gateway": "Connect to a Xiaomi Gateway"
                },
                "description": "Select to which device you want to connect.",
                "title": "Xiaomi Miio"
            }
        }
    }
}