changed logging for bh1750 sensor to INFO

logger component defaults logging to DEBUG.
The bh1750 logs it's value for each readout as DEBUG log.

This changes the logging level for bh1750.sensor to INFO.
This commit is contained in:
David 2024-07-22 21:06:00 +02:00 committed by GitHub
parent 21bc020c1e
commit b168799054
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,6 +98,8 @@ globals:
improv_serial: improv_serial:
logger: logger:
logs:
bh1750.sensor: INFO
debug: debug:
update_interval: 30s update_interval: 30s