2020-04-28 23:44:31 +00:00
{
"config" : {
2020-06-11 15:12:19 +00:00
"flow_title" : "Xiaomi Miio: {name}" ,
2020-04-28 23:44:31 +00:00
"step" : {
"user" : {
"title" : "Xiaomi Miio" ,
"description" : "Select to which device you want to connect." ,
"data" : {
"gateway" : "Connect to a Xiaomi Gateway"
}
} ,
"gateway" : {
"title" : "Connect to a Xiaomi Gateway" ,
2020-10-15 06:09:20 +00:00
"description" : "You will need the 32 character [%key:common::config_flow::data::api_token%], see https://www.home-assistant.io/integrations/vacuum.xiaomi_miio/#retrieving-the-access-token for instructions. Please note, that this [%key:common::config_flow::data::api_token%] is different from the key used by the Xiaomi Aqara integration." ,
2020-04-28 23:44:31 +00:00
"data" : {
2020-05-12 17:50:44 +00:00
"host" : "[%key:common::config_flow::data::ip%]" ,
2020-10-03 13:26:37 +00:00
"token" : "[%key:common::config_flow::data::api_token%]" ,
2020-04-28 23:44:31 +00:00
"name" : "Name of the Gateway"
}
}
} ,
"error" : {
2020-10-15 06:09:20 +00:00
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
2020-04-28 23:44:31 +00:00
"no_device_selected" : "No device selected, please select one device."
} ,
"abort" : {
2020-05-14 13:59:40 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
2020-10-03 13:49:09 +00:00
"already_in_progress" : "[%key:common::config_flow::abort::already_in_progress%]"
2020-04-28 23:44:31 +00:00
}
}
}