1
0
mirror of https://github.com/esphome/esphome.git synced 2025-01-31 10:10:56 +00:00

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());