1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-03 02:22:25 +01:00

Streamline setup() logging (s, t, u, v, w, x, y, z) (#8930)

This commit is contained in:
Keith Burzinski
2025-05-28 14:28:41 -05:00
committed by GitHub
parent d99e3237f9
commit 8eac859bab
74 changed files with 76 additions and 79 deletions

View File

@@ -27,7 +27,7 @@ static const uint16_t SCD41_ID = 0x1408;
static const uint16_t SCD40_ID = 0x440;
void SCD4XComponent::setup() {
ESP_LOGCONFIG(TAG, "Setting up scd4x...");
ESP_LOGCONFIG(TAG, "Running setup");
// the sensor needs 1000 ms to enter the idle state
this->set_timeout(1000, [this]() {
this->status_clear_error();