Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion source/_integrations/tuya.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ha_category:
- Switch
ha_iot_class: Cloud Polling
ha_release: 0.74
ha_config_flow: true
ha_domain: tuya
---

Expand All @@ -25,7 +26,17 @@ There is currently support for the following device types within Home Assistant:
- **Scene** - The device state in frontend panel will not change immediately after you activate a scene.
- **Switch** - The platform supports switch and socket.

## Configuration
## Configuration via frontend

To add your Tuya devices into your Home Assistant installation, go to:

**Configuration** -> **Integrations** in the UI, click the button with `+` sign and from the list of integrations select **Tuya**.

During configuration, be careful to select the [country code](https://www.countrycode.org/) and the platform corresponding to those used by you in the app. Once configuration flow is completed, the devices configured in your app will be automatically discovered.

### Configuration via YAML

_YAML configuration is still around for people that prefer YAML, but it's deprecated and you should not use it anymore._

To add your Tuya devices into your Home Assistant installation, add the following to your `configuration.yaml` file:

Expand Down