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"
This commit is contained in:
Twit123 2019-09-14 19:26:23 +01:00 committed by Franck Nijhof
parent 6600466d45
commit 5d58896987

View File

@ -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: