Update esphome/core/application.h

This commit is contained in:
J. Nick Koston
2025-06-24 17:52:13 +02:00
committed by GitHub
parent 418e248e5e
commit d89ee2df42

View File

@@ -109,7 +109,6 @@ class Application {
this->name_ = name;
this->friendly_name_ = friendly_name;
}
// area is now handled through the areas system
this->comment_ = comment;
this->compilation_time_ = compilation_time;
}