1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-24 14:12:24 +01:00

Merge branch 'disable_touch_pad_read_filtered' into integration

This commit is contained in:
J. Nick Koston
2025-07-28 22:10:19 -10:00
27 changed files with 278 additions and 81 deletions

View File

@@ -300,7 +300,7 @@ class APIConnection : public APIServerConnection {
#ifdef USE_API_HOMEASSISTANT_STATES
void process_state_subscriptions_();
#endif // USE_API_HOMEASSISTANT_STATES
#endif
// Non-template helper to encode any ProtoMessage
static uint16_t encode_message_to_buffer(ProtoMessage &msg, uint8_t message_type, APIConnection *conn,