From dac2a04406d3d5456fa5235ede15f9dcde9f9e8b Mon Sep 17 00:00:00 2001 From: Matthew Rollings Date: Sun, 5 Aug 2018 20:21:26 +0100 Subject: [PATCH] Tuya Docs: Added note that username may be phone number (#5958) * Added note that username may be phone number Added a note that the username may be a phone number and a link to countrycode.org to remove ambiguity and help users find their country code. * Update syntax * Remove colon --- source/_components/tuya.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}