mirror of
https://github.com/esphome/esphome.git
synced 2025-10-06 03:43:49 +01:00
[code-quality] fix clang-tidy api (#7279)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "subscribe_state.h"
|
||||
#ifdef USE_API
|
||||
#include "api_connection.h"
|
||||
#include "esphome/core/log.h"
|
||||
|
||||
@@ -84,3 +85,4 @@ InitialStateIterator::InitialStateIterator(APIConnection *client) : client_(clie
|
||||
|
||||
} // namespace api
|
||||
} // namespace esphome
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user