2020-04-28 23:44:31 +00:00
{
2020-04-29 00:03:31 +00:00
"config" : {
2020-06-11 15:12:19 +00:00
"flow_title" : "Xiaomi Miio: {name}" ,
2020-04-29 00:03:31 +00:00
"abort" : {
2020-05-14 13:59:40 +00:00
"already_configured" : "Device is already configured" ,
"already_in_progress" : "Config flow for this Xiaomi Miio device is already in progress."
2020-04-29 00:03:31 +00:00
} ,
"error" : {
2020-05-13 18:27:21 +00:00
"connect_error" : "Failed to connect" ,
2020-04-29 00:03:31 +00:00
"no_device_selected" : "No device selected, please select one device."
} ,
"step" : {
"gateway" : {
"data" : {
2020-05-13 18:27:21 +00:00
"host" : "IP address" ,
2020-04-29 00:03:31 +00:00
"name" : "Name of the Gateway" ,
"token" : "API Token"
} ,
2020-06-11 15:12:19 +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 token is different from the key used by the Xiaomi Aqara integration." ,
2020-04-29 00:03:31 +00:00
"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-28 23:44:31 +00:00
}
}
2020-06-11 15:12:19 +00:00
}