Remove single-use send_*_info wrappers in API connection

This commit is contained in:
J. Nick Koston 2025-06-28 20:47:57 -05:00
parent a6c1e50985
commit 50b094547c
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
#include "list_entities.h"
#ifdef USE_API
#include "api_connection.h"
#include "api_protocol.h"
#include "api_pb2.h"
#include "esphome/core/application.h"
#include "esphome/core/log.h"
#include "esphome/core/util.h"