diff --git a/source/_components/tuya.markdown b/source/_components/tuya.markdown index a51c170dbff..75b6aecf699 100644 --- a/source/_components/tuya.markdown +++ b/source/_components/tuya.markdown @@ -28,7 +28,7 @@ tuya: {% configuration %} username: - description: Your username to login to Tuya. + description: Your username to login to Tuya. This may be your phone number. required: true type: string password: @@ -36,7 +36,7 @@ password: required: true type: string country_code: - description: Your account country code (i.e.,1 for USA and 86 for China). + description: "Your account [country code](https://www.countrycode.org/) (e.g., 1 for USA or 86 for China)." required: true type: string {% endconfiguration %}