mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 06:04:01 +00:00
Remove unnecessary ellipsis (#8964)
This commit is contained in:
@@ -33,7 +33,7 @@ void FastLEDLightOutput::write_state(light::LightState *state) {
|
||||
this->last_refresh_ = now;
|
||||
this->mark_shown_();
|
||||
|
||||
ESP_LOGVV(TAG, "Writing RGB values to bus...");
|
||||
ESP_LOGVV(TAG, "Writing RGB values to bus");
|
||||
this->controller_->showLeds(this->state_parent_->current_values.get_brightness() * 255);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user