From d89ee2df423c0132fc13a0214dc0addc8fff7bb6 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 24 Jun 2025 17:52:13 +0200 Subject: [PATCH] Update esphome/core/application.h --- esphome/core/application.h | 1 - 1 file changed, 1 deletion(-) diff --git a/esphome/core/application.h b/esphome/core/application.h index 160a7b35ca..17270ca459 100644 --- a/esphome/core/application.h +++ b/esphome/core/application.h @@ -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; }