Skip to content
jiaomuwwl edited this page Jul 9, 2021 · 15 revisions

Welcome to the tuya-home-assistant wiki!

The Tuya Home Assistant integration (Tuya v2) is developed for controlling Powered by Tuya (PBT) devices using Tuya Open API, officially maintained by the Tuya Developer Team.

Tuya v2 is built on Tuya's standard APIs and tackles the limits of categories and accessible control commands. We deliver more development-friendly features including virtual device debugging, official authorization, and technical supports, which will help you efficiently work on development with the Tuya ecosystem.

In this wiki, we will show you the procedure of installing and using Tuya v2, and other reference guides.

graph LR
B[Tuya v2]
    B --> D[Prerequistes]
    D --> F[Create a Cloud Project and subscribe APIs on the Tuya IoT Platform]
    D --> E[Install Home Assistant]
    B --> J[Installation]
    B --> H[Use]
    H --> N[How to use Tuya v2]
    H --> L[How to imagrate the Tuya v2 from the old version]
    B --> I[Reference]
    I --> M[Tuya v2 Release Notes]
    I --> O[How does the Tuya v2 work]
    I --> P[How to Develop a New Driver]
    I --> Q[How to Get the Log]
    I --> R[Set up Home Assistant on a Raspberry Pi]
    I --> S[Supported Device Categories]
    
    click F "https://developer.tuya.com/en/docs/iot/Platform_Configuration_smarthome?id=Kamcgamwoevrx"
    click E "https://github.com/tuya/tuya-home-assistant/wiki/Installation"
    click N "https://github.com/tuya/tuya-home-assistant/wiki/How-to-Use-Tuya-v2"
    click L "https://github.com/tuya/tuya-home-assistant/wiki/How-to-Migrate-the-Tuya-v2-from-the-Old-Version"
    click M "https://github.com/tuya/tuya-home-assistant/wiki/Tuya-v2-Release-Notes"
    click O "https://github.com/tuya/tuya-home-assistant/wiki/How-the-Integration-works"
    click P "https://github.com/tuya/tuya-home-assistant/wiki/How-to-Develop-a-New-Driver"
    click Q "https://github.com/tuya/tuya-home-assistant/wiki/How-to-Get-the-Log"
    click R "https://github.com/tuya/tuya-home-assistant/wiki/Set-up-Home-Assistant-on-a-Raspberry-Pi"
    click S "https://github.com/tuya/tuya-home-assistant/wiki/Supported-Device-Category"
Loading