Find a file
2025-01-25 16:12:36 +08:00
custom_components/localtuya Fix buttonid 2025-01-25 16:00:34 +08:00
documentation ci: add code spell and refactor ci workflow (#515) 2025-01-25 06:48:52 +03:00
.gitignore ci: drop tox test (#475) 2025-01-16 02:15:06 +03:00
hacs.json feat(remote): Add support for rf commands and fix ENUM type IR commands 2025-01-17 14:52:13 +03:00
LICENSE Initial commit 2019-04-02 17:31:15 +02:00
pylint.rc ci: add code spell and refactor ci workflow (#515) 2025-01-25 06:48:52 +03:00
pyproject.toml ci: add code spell and refactor ci workflow (#515) 2025-01-25 06:48:52 +03:00
README.md ci: add code spell and refactor ci workflow (#515) 2025-01-25 06:48:52 +03:00
requirements_test.txt ci: add code spell and refactor ci workflow (#515) 2025-01-25 06:48:52 +03:00
setup.cfg Fixed tox issues 2023-01-10 22:24:05 +01:00
tuyadebug.tgz pump localtuya 2023-12-06 12:14:24 +03:00

logo

A Home Assistant custom Integration for local handling of Tuya-based devices.

Usage and setup Documentation


Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

𝐅𝐞𝐚𝐭𝐮𝐫𝐞𝐬

  • 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 on setup devices, can works without it.

𝐑𝐞𝐩𝐨𝐫𝐭𝐢𝐧𝐠 𝐚𝐧 𝐢𝐬𝐬𝐮𝐞

𝐂𝐫𝐞𝐝𝐢𝐭𝐬

Rospogrigio, 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 big help and references to upgrade integration.

uzlonewolf, for maintaining in TinyTuya who improved the tool so much and introduce new features like new protocols etc..

postlund, for the ideas, for coding 95% of the refactoring and boosting the quality of this repo to levels hard to imagine (by me, at least) and teaching me A LOT of how things work in Home Assistant.