Fix template select log message mentioning number (#2194)

This commit is contained in:
Jesse Hills 2021-08-23 21:21:30 +12:00 committed by GitHub
parent 518c271eba
commit 71237e2f76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ void TemplateSelect::setup() {
return;
std::string value;
ESP_LOGD(TAG, "Setting up Template Number");
ESP_LOGD(TAG, "Setting up Template Select");
if (!this->restore_value_) {
value = this->initial_option_;
ESP_LOGD(TAG, "State from initial: %s", value.c_str());