mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Fix typo "Could not login …" and add common state in xiaomi_miio
(#142648)
This commit is contained in:
parent
621326f4e4
commit
35187a4b52
@ -14,7 +14,7 @@
|
|||||||
"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 Miio cloud account.",
|
||||||
"cloud_credentials_incomplete": "Cloud credentials incomplete, please fill in username, password and country",
|
"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_login_error": "Could not log in to Xiaomi Miio Cloud, check the credentials."
|
||||||
},
|
},
|
||||||
"flow_title": "{name}",
|
"flow_title": "{name}",
|
||||||
"step": {
|
"step": {
|
||||||
@ -100,7 +100,7 @@
|
|||||||
"preset_mode": {
|
"preset_mode": {
|
||||||
"state": {
|
"state": {
|
||||||
"nature": "Nature",
|
"nature": "Nature",
|
||||||
"normal": "Normal"
|
"normal": "[%key:common::state::normal%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user