diff --git a/esphome/components/api/api_connection.cpp b/esphome/components/api/api_connection.cpp index e8e503d5de..6334815678 100644 --- a/esphome/components/api/api_connection.cpp +++ b/esphome/components/api/api_connection.cpp @@ -1886,5 +1886,3 @@ void APIConnection::log_warning_(const LogString *message, APIError err) { } // namespace esphome::api #endif - -// test diff --git a/esphome/components/api/api_connection.h b/esphome/components/api/api_connection.h index d1ea3811f4..284fa11a95 100644 --- a/esphome/components/api/api_connection.h +++ b/esphome/components/api/api_connection.h @@ -744,5 +744,3 @@ class APIConnection final : public APIServerConnection { } // namespace esphome::api #endif - -// test diff --git a/esphome/components/api/api_frame_helper.cpp b/esphome/components/api/api_frame_helper.cpp index 21bf715425..20f8fcaf61 100644 --- a/esphome/components/api/api_frame_helper.cpp +++ b/esphome/components/api/api_frame_helper.cpp @@ -264,5 +264,3 @@ APIError APIFrameHelper::handle_socket_read_result_(ssize_t received) { } // namespace esphome::api #endif - -// test diff --git a/esphome/components/api/api_frame_helper.h b/esphome/components/api/api_frame_helper.h index f5b9c7bed1..9aaada3cf7 100644 --- a/esphome/components/api/api_frame_helper.h +++ b/esphome/components/api/api_frame_helper.h @@ -201,5 +201,3 @@ class APIFrameHelper { } // namespace esphome::api #endif // USE_API - -// test diff --git a/esphome/components/api/api_frame_helper_noise.cpp b/esphome/components/api/api_frame_helper_noise.cpp index e02dbfee6c..e952ea670b 100644 --- a/esphome/components/api/api_frame_helper_noise.cpp +++ b/esphome/components/api/api_frame_helper_noise.cpp @@ -603,5 +603,3 @@ void noise_rand_bytes(void *output, size_t len) { } // namespace esphome::api #endif // USE_API_NOISE #endif // USE_API - -// test diff --git a/esphome/components/api/api_frame_helper_noise.h b/esphome/components/api/api_frame_helper_noise.h index 364592a053..e3243e4fa5 100644 --- a/esphome/components/api/api_frame_helper_noise.h +++ b/esphome/components/api/api_frame_helper_noise.h @@ -62,5 +62,3 @@ class APINoiseFrameHelper final : public APIFrameHelper { } // namespace esphome::api #endif // USE_API_NOISE #endif // USE_API - -// test diff --git a/esphome/components/api/api_frame_helper_plaintext.cpp b/esphome/components/api/api_frame_helper_plaintext.cpp index 53dd2b11a9..471e6c5404 100644 --- a/esphome/components/api/api_frame_helper_plaintext.cpp +++ b/esphome/components/api/api_frame_helper_plaintext.cpp @@ -292,5 +292,3 @@ APIError APIPlaintextFrameHelper::write_protobuf_packets(ProtoWriteBuffer buffer } // namespace esphome::api #endif // USE_API_PLAINTEXT #endif // USE_API - -// test diff --git a/esphome/components/api/api_frame_helper_plaintext.h b/esphome/components/api/api_frame_helper_plaintext.h index d70d2b181d..bba981d26b 100644 --- a/esphome/components/api/api_frame_helper_plaintext.h +++ b/esphome/components/api/api_frame_helper_plaintext.h @@ -48,5 +48,3 @@ class APIPlaintextFrameHelper final : public APIFrameHelper { } // namespace esphome::api #endif // USE_API_PLAINTEXT #endif // USE_API - -// test diff --git a/esphome/components/api/api_noise_context.h b/esphome/components/api/api_noise_context.h index 526961c7c2..b5f7016689 100644 --- a/esphome/components/api/api_noise_context.h +++ b/esphome/components/api/api_noise_context.h @@ -28,5 +28,3 @@ class APINoiseContext { #endif // USE_API_NOISE } // namespace esphome::api - -// test diff --git a/esphome/components/api/api_pb2_includes.h b/esphome/components/api/api_pb2_includes.h index d904da2370..55d95304b1 100644 --- a/esphome/components/api/api_pb2_includes.h +++ b/esphome/components/api/api_pb2_includes.h @@ -32,5 +32,3 @@ namespace esphome::api { // This file only provides includes, no actual code } // namespace esphome::api - -// test diff --git a/esphome/components/api/api_server.cpp b/esphome/components/api/api_server.cpp index 00544f65f0..778d9389ef 100644 --- a/esphome/components/api/api_server.cpp +++ b/esphome/components/api/api_server.cpp @@ -555,5 +555,3 @@ bool APIServer::teardown() { } // namespace esphome::api #endif - -// test diff --git a/esphome/components/api/api_server.h b/esphome/components/api/api_server.h index c91b5ab9c4..5d038e5ddd 100644 --- a/esphome/components/api/api_server.h +++ b/esphome/components/api/api_server.h @@ -231,5 +231,3 @@ template class APIConnectedCondition : public Condition { } // namespace esphome::api #endif - -// test diff --git a/esphome/components/api/custom_api_device.h b/esphome/components/api/custom_api_device.h index 06d5611cc2..711eba2444 100644 --- a/esphome/components/api/custom_api_device.h +++ b/esphome/components/api/custom_api_device.h @@ -279,5 +279,3 @@ class CustomAPIDevice { } // namespace esphome::api #endif - -// test diff --git a/esphome/components/api/homeassistant_service.h b/esphome/components/api/homeassistant_service.h index 670c7f8d44..4343fcd0bb 100644 --- a/esphome/components/api/homeassistant_service.h +++ b/esphome/components/api/homeassistant_service.h @@ -229,5 +229,3 @@ template class HomeAssistantServiceCallAction : public Action enums::ServiceArgType to_service_arg_type>() } } // namespace esphome::api - -// test diff --git a/esphome/components/api/user_services.h b/esphome/components/api/user_services.h index 55ddfdfa36..9ca5e1093e 100644 --- a/esphome/components/api/user_services.h +++ b/esphome/components/api/user_services.h @@ -75,5 +75,3 @@ template class UserServiceTrigger : public UserServiceBase