diff --git a/esphome/components/api/api_connection.h b/esphome/components/api/api_connection.h index 0051a143de..54ff4f4d40 100644 --- a/esphome/components/api/api_connection.h +++ b/esphome/components/api/api_connection.h @@ -1,5 +1,7 @@ #pragma once +// DTEST + #include "esphome/core/defines.h" #ifdef USE_API #include "api_frame_helper.h"