mirror of
https://github.com/esphome/esphome.git
synced 2025-09-13 16:52:18 +01:00
[code-quality] fix clang-tidy api (#7279)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "list_entities.h"
|
||||
#ifdef USE_API
|
||||
#include "api_connection.h"
|
||||
#include "esphome/core/application.h"
|
||||
#include "esphome/core/log.h"
|
||||
@@ -104,3 +105,4 @@ bool ListEntitiesIterator::on_update(update::UpdateEntity *update) { return this
|
||||
|
||||
} // namespace api
|
||||
} // namespace esphome
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user