Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 884 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 884 Bytes

Tuya CE

Description

Fork of the original Tuya integration support devices settings over JSON file instead of code for faster adoption of new devices

How to

Installations via HACS

  • Add as custom repository
  • look for "Tuya CE" and install and restart
  • In Settings --> Devices & Services - (Lower Right) "Add Integration"

Setup

To add integration use Configuration -> Integrations -> Add Tuya CE Add details as described in the original integration page in HA

Add unsupported devices

Follow the following manual

Debugging

To set the log level of the component to DEBUG, please set it from the options of the component if installed, otherwise, set it within configuration YAML of HA:

logger:
  default: warning
  logs:
    custom_components.tuya_ce: debug