Skip to content

Commit c7f23c2

Browse files
authored
Region -> Country and minor tweaks (home-assistant#19623)
1 parent 37e9542 commit c7f23c2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

source/_integrations/tuya.markdown

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This is a separate account to the one you made for the app. You cannot log in wi
4242
### Create a project
4343

4444
1. Log in to the [Tuya IoT Platform](https://iot.tuya.com/).
45-
2. In the left navigation bar, click `Cloud` > `Development`. If this is your first time setting up an account you will be asked to subscribe to a Cloud Development Plan. You can select and "purchase" the Trial Edition.
45+
2. In the left navigation bar, click `Cloud` > `Development`. If this is your first time setting up an account you will be asked to subscribe to a Cloud Development Plan. You can select and "purchase" the Trial Edition (it's free).
4646
3. On the page that appears, click `Create Cloud Project`.
4747
4. In the `Create Project` dialog box, configure `Project Name`, `Description`, `Industry`, and `Data Center`. For the `Development Method` field, select `Smart Home` from the dropdown list. For the `Data Center` field, select the zone you are located in.
4848
![](/images/integrations/tuya/image_001.png)
@@ -58,8 +58,8 @@ This is a separate account to the one you made for the app. You cannot log in wi
5858
![](/images/integrations/tuya/image_003.png)
5959
3. Scan the QR code that appears using the `Tuya Smart` app or `Smart Life` app.
6060
![](/images/integrations/tuya/image_004.png)
61-
4. Click `Confirm` on your `Tuya Smart` or `Smart Life` app.
62-
5. Navigate to the `All Devices` tab. Here you should be able to find the devices that have been added through your `Tuya Smart` or `Smart Life` account, as a confirmation everything worked.
61+
4. Click `Confirm` in the app.
62+
5. To confirm that everything worked, navigate to the `All Devices` tab. Here you should be able to find the devices from the app.
6363

6464
![](/images/integrations/tuya/image_005.png)
6565

@@ -71,8 +71,8 @@ Click the created project to enter the `Project Overview` page and get the `Auth
7171
{% include integrations/config_flow.md %}
7272

7373
{% configuration_basic %}
74-
Region:
75-
description: Choose the Tuya IoT region to use.
74+
Country:
75+
description: Choose the country you picked when signing up.
7676

7777
"Tuya IoT Access ID":
7878
description: Go to your cloud project on [Tuya IoT Platform](https://iot.tuya.com/). Find the **Access ID** under [Authorization Key](#get-authorization-key) on the **Project Overview** tab.
@@ -92,24 +92,24 @@ Click the created project to enter the `Project Overview` page and get the `Auth
9292

9393
{% configuration_basic %}
9494

95-
"1004:sign invalid":
95+
"1004: sign invalid":
9696
description: Incorrect Access ID or Access Secret. Please refer to [Tuya credential table](https://github.com/tuya/tuya-home-assistant/wiki/Install-Tuya-v2?_source=d10de34623e3daca5b02e3c31528a0c4#3-enter-your-tuya-credential).
9797

98-
"1106:permission deny":
98+
"1106: permission deny":
9999
description: >-
100100
- App account not linked with cloud project: On the [Tuya IoT Platform](https://iot.tuya.com/cloud/), you have linked devices by using Tuya Smart or Smart Life app in your cloud project. For more information, see [Link devices by app account](https://developer.tuya.com/en/docs/iot/Platform_Configuration_smarthome?id=Kamcgamwoevrx&_source=7a356dd493196a01bb9021b7680a2a45#title-3-Link%20devices%20by%20app%20account).
101101

102102
- Incorrect username or password: Enter the correct account and password of the Tuya Smart or Smart Life app in the **Account** and **Password** fields. Note that the app account depends on which app (Tuya Smart or Smart Life) you used to link devices on the [Tuya IoT Platform](https://iot.tuya.com/cloud/).
103103

104104
- Incorrect availability zone: See [Availability Zone](https://github.com/tuya/tuya-home-assistant/wiki/Tuya-IoT-Platform-Configuration-Guide-Using-Smart-Home-PaaS#region--available-zone-correspondence) and select the correct availability zone.
105105

106-
"1100:param is empty":
106+
"1100: param is empty":
107107
description: Empty parameter of username or app. Fill the parameters refer to [Tuya credential table](https://github.com/tuya/tuya-home-assistant/wiki/Install-Tuya-v2?_source=d10de34623e3daca5b02e3c31528a0c4#3-enter-your-tuya-credential).
108108

109-
"2406:skill id invalid":
109+
"2406: skill id invalid":
110110
description: Make sure that your cloud project on the [Tuya IoT Platform](https://iot.tuya.com/cloud/) should be created after May 25, 2021. Otherwise, you need to create a new project or migrate data to a new project. For more information, see [Operation on the Tuya IoT Platform](https://developer.tuya.com/en/docs/iot/migrate-from-an-older-version?id=Kamee9wtbd00b#title-3-Operation%20on%20the%20Tuya%20IoT%20Platform).
111111

112-
"28841105:No permissions. This project is not authorized to call this API":
112+
"28841105: No permissions. This project is not authorized to call this API":
113113
description: >
114114
Some APIs are not authorized, please [Subscribe](https://developer.tuya.com/en/docs/iot/applying-for-api-group-permissions?id=Ka6vf012u6q76#title-2-Subscribe%20to%20cloud%20products) then [Authorize](https://developer.tuya.com/en/docs/iot/applying-for-api-group-permissions?id=Ka6vf012u6q76#title-3-Authorize%20projects%20to%20call%20the%20cloud%20product). The following APIs must be subscribed for this tutorial:
115115

@@ -131,4 +131,4 @@ Click the created project to enter the `Project Overview` page and get the `Auth
131131

132132
- [Supported Device Category](https://github.com/tuya/tuya-home-assistant/wiki/Supported-Device-Category?_source=f5f782752be3c4a9157ec47514d6091b)
133133
- [How to Develop a New Driver](https://github.com/tuya/tuya-home-assistant/wiki/How-to-Develop-a-New-Driver?_source=dbf3bf17966af48325e4328b2535eefe)
134-
- [FAQs](https://github.com/tuya/tuya-home-assistant/wiki/FAQs)
134+
- [FAQs](https://github.com/tuya/tuya-home-assistant/wiki/FAQs)

0 commit comments

Comments
 (0)