[bh1750] Downgrade per-reading Illuminance log to verbose (#16005)

This commit is contained in:
J. Nick Koston
2026-04-26 07:23:24 -05:00
committed by GitHub
parent 180105bb4b
commit 502c010465
+1 -1
View File
@@ -154,7 +154,7 @@ void BH1750Sensor::loop() {
break;
}
ESP_LOGD(TAG, "'%s': Illuminance=%.1flx", this->get_name().c_str(), lx);
ESP_LOGV(TAG, "'%s': Illuminance=%.1flx", this->get_name().c_str(), lx);
this->status_clear_warning();
this->publish_state(lx);
this->state_ = IDLE;