Skip to content

๐Ÿ”น A Home Assistant integration to handle Tuya devices locally "fork from localtuya"

License

Notifications You must be signed in to change notification settings

xZetsubou/hass-localtuya

This branch is 523 commits ahead of, 31 commits behind rospogrigio/localtuya:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Feb 8, 2025
Feb 18, 2025
Feb 8, 2025
Jan 31, 2025
Jan 31, 2025
Apr 2, 2019
Jan 25, 2025
Jan 17, 2025
Jan 25, 2025
Jan 31, 2025
Feb 8, 2025
Jan 10, 2023
Dec 6, 2023

Repository files navigation

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.