This commit is contained in:
J. Nick Koston
2025-05-13 22:37:00 -05:00
parent 8c0546b535
commit 71577cf6d4

View File

@@ -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 *);