66 lines
2.9 KiB
JSON
66 lines
2.9 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Device is already configured",
|
|
"already_in_progress": "Configuration flow is 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.",
|
|
"reauth_successful": "Re-authentication was successful",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"cloud_credentials_incomplete": "Cloud credentials incomplete, please fill in username, password and country",
|
|
"cloud_login_error": "Could not login to Xiaomi Miio Cloud, check the credentials.",
|
|
"cloud_no_devices": "No devices found in this Xiaomi Miio cloud account.",
|
|
"unknown_device": "The device model is not known, not able to setup the device using config flow.",
|
|
"wrong_token": "Checksum error, wrong token"
|
|
},
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"cloud": {
|
|
"data": {
|
|
"cloud_country": "Cloud server country",
|
|
"cloud_password": "Cloud password",
|
|
"cloud_username": "Cloud username",
|
|
"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."
|
|
},
|
|
"connect": {
|
|
"data": {
|
|
"model": "Device model"
|
|
}
|
|
},
|
|
"manual": {
|
|
"data": {
|
|
"host": "IP Address",
|
|
"token": "API Token"
|
|
},
|
|
"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."
|
|
},
|
|
"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": "Reauthenticate Integration"
|
|
},
|
|
"select": {
|
|
"data": {
|
|
"select_device": "Miio device"
|
|
},
|
|
"description": "Select the Xiaomi Miio device to setup."
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |