mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix typo in tuya config_flow (#49517)
This commit is contained in:
parent
168b3c100c
commit
5c6744d978
@ -4,11 +4,11 @@
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Tuya",
|
||||
"description": "Enter your Tuya credential.",
|
||||
"description": "Enter your Tuya credentials.",
|
||||
"data": {
|
||||
"country_code": "Your account country code (e.g., 1 for USA or 86 for China)",
|
||||
"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%]"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user