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

42 lines
1.9 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",
2021-05-12 00:04:03 +00:00
"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."
2020-04-29 00:03:31 +00:00
},
"flow_title": "{name}",
2020-04-29 00:03:31 +00:00
"step": {
"device": {
2020-04-29 00:03:31 +00:00
"data": {
2021-02-16 00:03:57 +00:00
"host": "IP Address",
2021-02-23 00:05:06 +00:00
"model": "Device model (Optional)",
2021-05-12 00:04:03 +00:00
"name": "Name of the device",
2021-02-23 00:05:06 +00:00
"token": "API Token"
2020-04-29 00:03:31 +00:00
},
2021-03-01 00:09:01 +00:00
"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"
2021-05-12 00:04:03 +00:00
},
"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"
2020-04-29 00:03:31 +00:00
}
}
}
2020-06-11 17:13:42 +00:00
}