mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Fix typo in tuya config_flow (#49517)
This commit is contained in:
parent
168b3c100c
commit
5c6744d978
@ -4,11 +4,11 @@
|
|||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Tuya",
|
"title": "Tuya",
|
||||||
"description": "Enter your Tuya credential.",
|
"description": "Enter your Tuya credentials.",
|
||||||
"data": {
|
"data": {
|
||||||
"country_code": "Your account country code (e.g., 1 for USA or 86 for China)",
|
"country_code": "Your account country code (e.g., 1 for USA or 86 for China)",
|
||||||
"password": "[%key:common::config_flow::data::password%]",
|
"password": "[%key:common::config_flow::data::password%]",
|
||||||
"platform": "The app where your account register",
|
"platform": "The app where your account is registered",
|
||||||
"username": "[%key:common::config_flow::data::username%]"
|
"username": "[%key:common::config_flow::data::username%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user