2020-04-28 23:44:31 +00:00
{
2020-04-29 00:03:31 +00:00
"config" : {
"abort" : {
2020-05-14 13:59:40 +00:00
"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-02-15 19:11:27 +00:00
"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" : {
2021-02-15 19:11:27 +00:00
"device" : {
2020-04-29 00:03:31 +00:00
"data" : {
2021-02-15 19:11:27 +00:00
"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." ,
2021-02-15 19:11:27 +00:00
"title" : "Connect to a Xiaomi Miio Device or Xiaomi Gateway"
2020-04-29 00:03:31 +00:00
}
2020-04-28 23:44:31 +00:00
}
}
2020-06-11 17:13:42 +00:00
}