Introduced device debugging option in README.md and info.md

This commit is contained in:
rospogrigio
2023-01-10 18:23:45 +01:00
parent 33e0033b0a
commit bc8910549c
2 changed files with 6 additions and 0 deletions

View File

@@ -164,8 +164,11 @@ logger:
default: warning default: warning
logs: logs:
custom_components.localtuya: debug 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: # 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. * 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.

View File

@@ -164,8 +164,11 @@ logger:
default: warning default: warning
logs: logs:
custom_components.localtuya: debug 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: # 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. * 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.