From bc8910549cd94a864bcec51b98a0c67184aa8056 Mon Sep 17 00:00:00 2001 From: rospogrigio Date: Tue, 10 Jan 2023 18:23:45 +0100 Subject: [PATCH] Introduced device debugging option in README.md and info.md --- README.md | 3 +++ info.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 26d9f27..7f1c25f 100644 --- a/README.md +++ b/README.md @@ -164,8 +164,11 @@ logger: default: warning logs: custom_components.localtuya: debug + custom_components.localtuya.pytuya: debug ``` +Then, edit the device that is showing problems and check the "Enable debugging for this device" button. + # Notes: * Do not declare anything as "tuya", such as by initiating a "switch.tuya". Using "tuya" launches Home Assistant's built-in, cloud-based Tuya integration in lieu of localtuya. diff --git a/info.md b/info.md index 1527c8d..eba3286 100644 --- a/info.md +++ b/info.md @@ -164,8 +164,11 @@ logger: default: warning logs: custom_components.localtuya: debug + custom_components.localtuya.pytuya: debug ``` +Then, edit the device that is showing problems and check the "Enable debugging for this device" button. + # Notes: * Do not declare anything as "tuya", such as by initiating a "switch.tuya". Using "tuya" launches Home Assistant's built-in, cloud-based Tuya integration in lieu of localtuya.