Fix modbus logging example (#25760)

This commit is contained in:
Franck Nijhof 2023-01-15 14:35:52 +01:00 committed by GitHub
parent 2e19ed49f3
commit 12661d98c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1142,6 +1142,7 @@ following lines to configuration.yaml:
```yaml ```yaml
logger: logger:
default: warning
logs: logs:
homeassistant.components.modbus: debug homeassistant.components.modbus: debug
pymodbus.client: debug pymodbus.client: debug