2020-04-28 23:44:31 +00:00
{
"config" : {
2021-02-28 20:25:40 +00:00
"abort" : {
2021-06-14 22:05:40 +00:00
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]" ,
2021-02-28 20:25:40 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
2021-06-14 22:05:40 +00:00
"already_in_progress" : "[%key:common::config_flow::abort::already_in_progress%]" ,
"incomplete_info" : "Incomplete information to setup device, no host or token supplied." ,
"not_xiaomi_miio" : "Device is not (yet) supported by Xiaomi Miio."
2021-02-28 20:25:40 +00:00
} ,
"error" : {
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
2021-10-14 23:25:44 +00:00
"wrong_token" : "Checksum error, wrong token" ,
2021-06-14 22:05:40 +00:00
"unknown_device" : "The device model is not known, not able to setup the device using config flow." ,
"cloud_no_devices" : "No devices found in this Xiaomi Miio cloud account." ,
"cloud_credentials_incomplete" : "Cloud credentials incomplete, please fill in username, password and country" ,
2021-08-15 20:56:30 +00:00
"cloud_login_error" : "Could not login to Xiaomi Miio Cloud, check the credentials."
2021-02-28 20:25:40 +00:00
} ,
2021-05-11 05:14:33 +00:00
"flow_title" : "{name}" ,
2020-04-28 23:44:31 +00:00
"step" : {
2021-06-14 22:05:40 +00:00
"reauth_confirm" : {
"description" : "The Xiaomi Miio integration needs to re-authenticate your account in order to update the tokens or add missing cloud credentials." ,
"title" : "[%key:common::config_flow::title::reauth%]"
} ,
"cloud" : {
"data" : {
"cloud_username" : "Cloud username" ,
"cloud_password" : "Cloud password" ,
"cloud_country" : "Cloud server country" ,
"manual" : "Configure manually (not recommended)"
} ,
"description" : "Log in to the Xiaomi Miio cloud, see https://www.openhab.org/addons/bindings/miio/#country-servers for the cloud server to use." ,
"title" : "Connect to a Xiaomi Miio Device or Xiaomi Gateway"
} ,
"select" : {
"data" : {
"select_device" : "Miio device"
} ,
"description" : "Select the Xiaomi Miio device to setup." ,
"title" : "Connect to a Xiaomi Miio Device or Xiaomi Gateway"
} ,
"manual" : {
2020-04-28 23:44:31 +00:00
"data" : {
2020-05-12 17:50:44 +00:00
"host" : "[%key:common::config_flow::data::ip%]" ,
2021-02-28 20:25:40 +00:00
"token" : "[%key:common::config_flow::data::api_token%]"
} ,
"description" : "You will need the 32 character [%key:common::config_flow::data::api_token%], see https://www.home-assistant.io/integrations/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." ,
"title" : "Connect to a Xiaomi Miio Device or Xiaomi Gateway"
2021-06-14 22:05:40 +00:00
} ,
"connect" : {
"data" : {
"model" : "Device model"
} ,
"description" : "Manually select the device model from the supported models." ,
"title" : "Connect to a Xiaomi Miio Device or Xiaomi Gateway"
}
}
} ,
"options" : {
"error" : {
"cloud_credentials_incomplete" : "Cloud credentials incomplete, please fill in username, password and country"
} ,
"step" : {
"init" : {
"title" : "Xiaomi Miio" ,
"description" : "Specify optional settings" ,
"data" : {
"cloud_subdevices" : "Use cloud to get connected subdevices"
}
2020-04-28 23:44:31 +00:00
}
}
}
}