mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
Remove unnecessary ellipsis (#8964)
This commit is contained in:
@@ -537,7 +537,7 @@ void ThermostatClimate::switch_to_supplemental_action_(climate::ClimateAction ac
|
||||
default:
|
||||
return;
|
||||
}
|
||||
ESP_LOGVV(TAG, "Updating supplemental action...");
|
||||
ESP_LOGVV(TAG, "Updating supplemental action");
|
||||
this->supplemental_action_ = action;
|
||||
this->trigger_supplemental_action_();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user