mirror of
https://github.com/esphome/esphome.git
synced 2025-10-04 11:02:19 +01:00
Streamline setup() logging (k, l, m) (#8928)
This commit is contained in:
@@ -18,7 +18,7 @@ LightCall LightState::toggle() { return this->make_call().set_state(!this->remot
|
||||
LightCall LightState::make_call() { return LightCall(this); }
|
||||
|
||||
void LightState::setup() {
|
||||
ESP_LOGCONFIG(TAG, "Setting up light '%s'...", this->get_name().c_str());
|
||||
ESP_LOGCONFIG(TAG, "Running setup for '%s'", this->get_name().c_str());
|
||||
|
||||
this->output_->setup_state(this);
|
||||
for (auto *effect : this->effects_) {
|
||||
|
Reference in New Issue
Block a user