reduce
This commit is contained in:
@@ -12,12 +12,8 @@
|
||||
#include <vector>
|
||||
|
||||
namespace esphome {
|
||||
class EntityBase;
|
||||
namespace api {
|
||||
|
||||
// Forward declaration
|
||||
std::string get_default_unique_id(const std::string &component_type, EntityBase *entity);
|
||||
|
||||
// Function signature for deferred message handlers
|
||||
using send_message_t = bool (APIConnection::*)(void *);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user