Correct yaml statement to enable debug (#26086)

This commit is contained in:
jan iversen 2023-02-03 15:51:18 +01:00 committed by GitHub
parent 8c869da3ae
commit a129648ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1145,7 +1145,7 @@ logger:
default: warning
logs:
homeassistant.components.modbus: debug
pymodbus.client: debug
pymodbus: debug
```
and restart Home Assistant, reproduce the problem, and include the log in the issue.