Fix typo in tuya config_flow (#49517)

pull/49534/head
Brynley McDonald 2021-04-21 22:21:32 +12:00 committed by GitHub
parent 168b3c100c
commit 5c6744d978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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%]"
}
}