Fix typo in tuya config_flow (#49517)

This commit is contained in:
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

View File

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