1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 03:42:20 +01:00

[code-quality] fix clang-tidy api (#7279)

This commit is contained in:
tomaszduda23
2024-10-07 00:55:11 +02:00
committed by GitHub
parent 390299894e
commit cbc03aae80
12 changed files with 31 additions and 13 deletions

View File

@@ -1,12 +1,13 @@
#pragma once
#include "esphome/core/defines.h"
#ifdef USE_API
#include "api_frame_helper.h"
#include "api_pb2.h"
#include "api_pb2_service.h"
#include "api_server.h"
#include "esphome/core/application.h"
#include "esphome/core/component.h"
#include "esphome/core/defines.h"
#include <vector>
@@ -268,3 +269,4 @@ class APIConnection : public APIServerConnection {
} // namespace api
} // namespace esphome
#endif