diff --git a/esphome/components/api/api_connection.h b/esphome/components/api/api_connection.h index d5aef6851b..e34bed8ada 100644 --- a/esphome/components/api/api_connection.h +++ b/esphome/components/api/api_connection.h @@ -542,7 +542,7 @@ class APIConnection final : public APIServerConnectionBase { // Add item to the front of the batch (for high priority messages like ping) void add_item_front(EntityBase *entity, uint8_t message_type, uint8_t estimated_size); // Single push_back site to avoid duplicate _M_realloc_insert instantiation - void push_item_(const BatchItem &item); + void push_item(const BatchItem &item); // Clear all items void clear() { diff --git a/esphome/components/wifi/wifi_component.h b/esphome/components/wifi/wifi_component.h index cc89b7677f..4a038f602c 100644 --- a/esphome/components/wifi/wifi_component.h +++ b/esphome/components/wifi/wifi_component.h @@ -488,7 +488,7 @@ class WiFiComponent : public Component { } return 0; } - void set_sta_priority(const bssid_t bssid, int8_t priority); + void set_sta_priority(bssid_t bssid, int8_t priority); network::IPAddresses wifi_sta_ip_addresses(); // Remove before 2026.9.0