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.