mirror of
https://github.com/esphome/esphome.git
synced 2025-09-18 03:02:20 +01:00
Streamline setup() logging (k, l, m) (#8928)
This commit is contained in:
@@ -13,7 +13,7 @@ static const uint8_t KMETER_INTERNAL_TEMP_VAL_REG = 0x10;
|
||||
static const uint8_t KMETER_FIRMWARE_VERSION_REG = 0xFE;
|
||||
|
||||
void KMeterISOComponent::setup() {
|
||||
ESP_LOGCONFIG(TAG, "Setting up KMeterISO...");
|
||||
ESP_LOGCONFIG(TAG, "Running setup");
|
||||
this->error_code_ = NONE;
|
||||
|
||||
// Mark as not failed before initializing. Some devices will turn off sensors to save on batteries
|
||||
|
Reference in New Issue
Block a user