Merge branch 'api_reduce' into integration

This commit is contained in:
J. Nick Koston 2025-06-28 23:05:15 -05:00
commit 3e66c28aff
No known key found for this signature in database

View File

@ -22,11 +22,6 @@ namespace api {
return this->client_->send_##entity_type##_state(entity); \
}
// Combined macro that generates both handlers
#define ENTITY_HANDLERS(entity_type, EntityClass, ResponseType) \
LIST_ENTITIES_HANDLER(entity_type, EntityClass, ResponseType) \
INITIAL_STATE_HANDLER(entity_type, EntityClass)
} // namespace api
} // namespace esphome