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

24 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",
2020-10-04 00:05:05 +00:00
"already_in_progress": "Configuration flow is already in progress"
2020-04-29 00:03:31 +00:00
},
"error": {
2020-10-16 00:04:33 +00:00
"cannot_connect": "Failed to connect",
"unknown_device": "The device model is not known, not able to setup the device using config flow."
2020-04-29 00:03:31 +00:00
},
2020-06-11 17:13:42 +00:00
"flow_title": "Xiaomi Miio: {name}",
2020-04-29 00:03:31 +00:00
"step": {
"device": {
2020-04-29 00:03:31 +00:00
"data": {
"host": "IP Address",
"name": "Name of the device",
"token": "API Token"
2020-04-29 00:03:31 +00:00
},
2020-10-16 00:04:33 +00:00
"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 Miio Device or Xiaomi Gateway"
2020-04-29 00:03:31 +00:00
}
}
}
2020-06-11 17:13:42 +00:00
}