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 546 commits ahead of, 31 commits behind rospogrigio/localtuya:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

62dcc8b ยท Mar 17, 2025
Feb 19, 2025
Mar 17, 2025
Feb 23, 2025
Feb 25, 2025
Jan 31, 2025
Apr 2, 2019
Feb 19, 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 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.