mirror of
https://github.com/esphome/esphome.git
synced 2025-08-10 12:27:46 +00:00
fix missed one
This commit is contained in:
@@ -1910,7 +1910,7 @@ void APIConnection::process_batch_() {
|
||||
|
||||
uint16_t APIConnection::MessageCreator::operator()(EntityBase *entity, APIConnection *conn, uint32_t remaining_size,
|
||||
bool is_single, uint16_t message_type) const {
|
||||
if (is_string()) {
|
||||
if (has_tagged_string_ptr()) {
|
||||
// Handle string-based messages
|
||||
switch (message_type) {
|
||||
#ifdef USE_EVENT
|
||||
|
Reference in New Issue
Block a user