mirror of
https://github.com/esphome/esphome.git
synced 2024-11-26 00:48:19 +01:00
Fix template select log message mentioning number (#2194)
This commit is contained in:
parent
518c271eba
commit
71237e2f76
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue