Rename Xiaomi Miio integration to Xiaomi Home (#146555)

Co-authored-by: Norbert Rittel <norbert@rittel.de>
This commit is contained in:
Manu 2025-06-16 22:51:54 +02:00 committed by GitHub
parent 1bc6ea98ce
commit 6533562f4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 15 additions and 15 deletions

View File

@ -1,6 +1,6 @@
{ {
"domain": "xiaomi_miio", "domain": "xiaomi_miio",
"name": "Xiaomi Miio", "name": "Xiaomi Home",
"codeowners": ["@rytilahti", "@syssi", "@starkillerOG"], "codeowners": ["@rytilahti", "@syssi", "@starkillerOG"],
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/xiaomi_miio", "documentation": "https://www.home-assistant.io/integrations/xiaomi_miio",

View File

@ -5,37 +5,37 @@
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"incomplete_info": "Incomplete information to set up device, no host or token supplied.", "incomplete_info": "Incomplete information to set up device, no host or token supplied.",
"not_xiaomi_miio": "Device is not (yet) supported by Xiaomi Miio.", "not_xiaomi_miio": "Device is not (yet) supported by Xiaomi Home integration.",
"unknown": "[%key:common::config_flow::error::unknown%]" "unknown": "[%key:common::config_flow::error::unknown%]"
}, },
"error": { "error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"wrong_token": "Checksum error, wrong token", "wrong_token": "Checksum error, wrong token",
"unknown_device": "The device model is not known, not able to set up the device using config flow.", "unknown_device": "The device model is not known, not able to set up the device using config flow.",
"cloud_no_devices": "No devices found in this Xiaomi Miio cloud account.", "cloud_no_devices": "No devices found in this Xiaomi Home account.",
"cloud_credentials_incomplete": "Cloud credentials incomplete, please fill in username, password and country", "cloud_credentials_incomplete": "Credentials incomplete, please fill in username, password and server region",
"cloud_login_error": "Could not log in to Xiaomi Miio Cloud, check the credentials." "cloud_login_error": "Could not log in to Xiaomi Home, check the credentials."
}, },
"flow_title": "{name}", "flow_title": "{name}",
"step": { "step": {
"reauth_confirm": { "reauth_confirm": {
"description": "The Xiaomi Miio integration needs to re-authenticate your account in order to update the tokens or add missing cloud credentials.", "description": "The Xiaomi Home integration needs to re-authenticate your account in order to update the tokens or add missing credentials.",
"title": "[%key:common::config_flow::title::reauth%]" "title": "[%key:common::config_flow::title::reauth%]"
}, },
"cloud": { "cloud": {
"data": { "data": {
"cloud_username": "Cloud username", "cloud_username": "[%key:common::config_flow::data::username%]",
"cloud_password": "Cloud password", "cloud_password": "[%key:common::config_flow::data::password%]",
"cloud_country": "Cloud server country", "cloud_country": "Server region",
"manual": "Configure manually (not recommended)" "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." "description": "Log in to Xiaomi Home, see https://www.openhab.org/addons/bindings/miio/#country-servers for the server region to use."
}, },
"select": { "select": {
"data": { "data": {
"select_device": "Miio device" "select_device": "[%key:common::config_flow::data::device%]"
}, },
"description": "Select the Xiaomi Miio device to set up." "description": "Select the Xiaomi Home device to set up."
}, },
"manual": { "manual": {
"data": { "data": {
@ -58,7 +58,7 @@
"step": { "step": {
"init": { "init": {
"data": { "data": {
"cloud_subdevices": "Use cloud to get connected subdevices" "cloud_subdevices": "Use Xiaomi Home service to get connected subdevices"
} }
} }
} }
@ -331,7 +331,7 @@
"fields": { "fields": {
"entity_id": { "entity_id": {
"name": "Entity ID", "name": "Entity ID",
"description": "Name of the Xiaomi Miio entity." "description": "Name of the Xiaomi Home entity."
} }
} }
}, },

View File

@ -7475,7 +7475,7 @@
"integration_type": "hub", "integration_type": "hub",
"config_flow": true, "config_flow": true,
"iot_class": "local_polling", "iot_class": "local_polling",
"name": "Xiaomi Miio" "name": "Xiaomi Home"
}, },
"xiaomi_tv": { "xiaomi_tv": {
"integration_type": "hub", "integration_type": "hub",