core/homeassistant/components/xiaomi_miio/translations/en.json

31 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"already_in_progress": "Config flow for this Xiaomi Miio device is already in progress."
},
"error": {
"connect_error": "Failed to connect",
"no_device_selected": "No device selected, please select one device."
},
"flow_title": "Xiaomi Miio: {name}",
"step": {
"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 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"
}
}
}
}