A Home Assistant custom Integration for local handling of Tuya-based devices.
Usage and setup Documentation
- Supported Sub-devices -
Devices that function through gateways
- Remote entities -
Supports IR remotes through native remote entity
- Auto-configure devices -
Requires a cloud API setup
- Automatic insertion -
Some fields requires a cloud API setup
- Devices discovery -
Discovers Tuya devices on your network
- Cloud API -
Only to help you to setup devices, can work without it.
๐๐๐ฉ๐จ๐ซ๐ญ๐ข๐ง๐ ๐๐ง ๐ข๐ฌ๐ฌ๐ฎ๐
๐๐ซ๐๐๐ข๐ญ๐ฌ
rospogrigio, the original maintainer of LocalTuya. This fork was created when the upstream version was at v5.2.1
.
NameLessJedi and mileperhour being the major sources of inspiration, and whose code for switches is substantially unchanged.
TradeFace, for being the only one to provide the correct code for communication with the cover (in particular, the 0x0d command for the status instead of the 0x0a, and related needs such as double reply to be received):
sean6541, for the working (standard) Python Handler for Tuya devices.
jasonacox, for the TinyTuya project from where I got big help and references to upgrade integration.
uzlonewolf, for maintaining TinyTuya who improved the tool so much and introduced new features like new protocols, etc.
postlund, for the ideas, for coding 95% of the refactoring and boosting the quality of the upstream repository.