mirror of
https://github.com/esphome/esphome.git
synced 2025-02-07 21:51:00 +00:00
Fix template select log message mentioning number (#2194)
This commit is contained in:
parent
518c271eba
commit
71237e2f76
@ -11,7 +11,7 @@ void TemplateSelect::setup() {
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
std::string value;
|
std::string value;
|
||||||
ESP_LOGD(TAG, "Setting up Template Number");
|
ESP_LOGD(TAG, "Setting up Template Select");
|
||||||
if (!this->restore_value_) {
|
if (!this->restore_value_) {
|
||||||
value = this->initial_option_;
|
value = this->initial_option_;
|
||||||
ESP_LOGD(TAG, "State from initial: %s", value.c_str());
|
ESP_LOGD(TAG, "State from initial: %s", value.c_str());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user