Fix typo "Could not login …" and add common state in xiaomi_miio (#142648)

This commit is contained in:
Norbert Rittel
2025-04-14 11:39:19 +02:00
committed by GitHub
parent 621326f4e4
commit 35187a4b52

View File

@@ -14,7 +14,7 @@
"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_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}",
"step": {
@@ -100,7 +100,7 @@
"preset_mode": {
"state": {
"nature": "Nature",
"normal": "Normal"
"normal": "[%key:common::state::normal%]"
}
}
}