mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +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 %}
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user