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

29 lines
1.0 KiB
JSON
Raw Normal View History

{
2020-04-29 00:03:31 +00:00
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"connect_error": "Failed to connect, please try again",
"no_device_selected": "No device selected, please select one device."
},
"step": {
"gateway": {
"data": {
"host": "IP adress",
"name": "Name of the Gateway",
"token": "API Token"
},
"description": "You will need the API Token, see https://www.home-assistant.io/integrations/vacuum.xiaomi_miio/#retrieving-the-access-token for instructions.",
"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"
}
}
}
2020-04-29 00:03:31 +00:00
}