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%]" ,
2022-12-12 10:40:00 +00:00
"incomplete_info" : "Incomplete information to set up device, no host or token supplied." ,
2022-10-21 16:07:49 +00:00
"not_xiaomi_miio" : "Device is not (yet) supported by Xiaomi Miio." ,
"unknown" : "[%key:common::config_flow::error::unknown%]"
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" ,
2022-12-12 10:40:00 +00:00
"unknown_device" : "The device model is not known, not able to set up the device using config flow." ,
2021-06-14 22:05:40 +00:00
"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)"
} ,
2022-03-28 17:41:39 +00:00
"description" : "Log in to the Xiaomi Miio cloud, see https://www.openhab.org/addons/bindings/miio/#country-servers for the cloud server to use."
2021-06-14 22:05:40 +00:00
} ,
"select" : {
"data" : {
"select_device" : "Miio device"
} ,
2022-12-12 10:40:00 +00:00
"description" : "Select the Xiaomi Miio device to set up."
2021-06-14 22:05:40 +00:00
} ,
"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%]"
} ,
2023-04-15 13:51:04 +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."
2021-06-14 22:05:40 +00:00
} ,
"connect" : {
"data" : {
"model" : "Device model"
2022-03-28 17:41:39 +00:00
}
2021-06-14 22:05:40 +00:00
}
}
} ,
"options" : {
"error" : {
"cloud_credentials_incomplete" : "Cloud credentials incomplete, please fill in username, password and country"
} ,
"step" : {
"init" : {
"data" : {
"cloud_subdevices" : "Use cloud to get connected subdevices"
}
2020-04-28 23:44:31 +00:00
}
}
2022-12-05 12:47:18 +00:00
} ,
"entity" : {
"select" : {
"led_brightness" : {
"state" : {
"bright" : "Bright" ,
"dim" : "Dim" ,
2023-07-04 11:52:01 +00:00
"off" : "[%key:common::state::off%]"
2022-12-05 12:47:18 +00:00
}
} ,
"display_orientation" : {
"state" : {
"forward" : "Forward" ,
"left" : "Left" ,
"right" : "Right"
}
} ,
2023-02-06 15:42:11 +00:00
"airpurifier_mode" : {
"state" : {
"silent" : "Silent" ,
"auto" : "Auto" ,
"favorite" : "Favorite"
}
} ,
2022-12-05 12:47:18 +00:00
"ptc_level" : {
"state" : {
"low" : "Low" ,
"medium" : "Medium" ,
"high" : "High"
}
}
}
2020-04-28 23:44:31 +00:00
}
}