-
Notifications
You must be signed in to change notification settings - Fork 209
How to Get the Log
jiaomuwwl edited this page Jul 21, 2021
·
3 revisions
With Home Assistant logger integration, we can get tuya integration's log which can help us fix bugs and develop new device drivers.
Add the following to your configuration.yaml file:
logger:
default: critical
logs:
custom_components.tuya_v2: debug
Then you can get the log from home-assistant.log
or Configuration/Logs with "LOAD FULL HOME ASSISTANT LOG"
Installation
How to Contribute
Documentation