From 5d5889698776dce1a2cce34b4272e8e4b3529430 Mon Sep 17 00:00:00 2001 From: Twit123 Date: Sat, 14 Sep 2019 19:26:23 +0100 Subject: [PATCH] Use inverted commas for a number in a string (#10353) * Use inverted commas for a number in a string I spent ages trying to figure out why may password would not work until I realized it was a string so my phone number needed to be in inverted commas. * Changed "in inverted commas" to "enquoted" --- 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 2b7fe040f6d..508e8a9b700 100644 --- a/source/_components/tuya.markdown +++ b/source/_components/tuya.markdown @@ -45,7 +45,7 @@ tuya: {% configuration %} username: - description: Your username to log in to Tuya. This may be your phone number. + description: Your username to log in to Tuya. This may be your phone number which needs to be enquoted as this is a string. required: true type: string password: @@ -53,7 +53,7 @@ password: required: true type: string country_code: - description: "Your account [country code](https://www.countrycode.org/), e.g., 1 for USA or 86 for China." + description: "Your account [country code](https://www.countrycode.org/), e.g., 1 for USA or 86 for China, again enquoted." required: true type: string platform: