mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-26 02:37:03 +00:00
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:
parent
6600466d45
commit
5d58896987
@ -45,7 +45,7 @@ tuya:
|
|||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
username:
|
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
|
required: true
|
||||||
type: string
|
type: string
|
||||||
password:
|
password:
|
||||||
@ -53,7 +53,7 @@ password:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
country_code:
|
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
|
required: true
|
||||||
type: string
|
type: string
|
||||||
platform:
|
platform:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user