1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01: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

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