Skip to content

Commit

Permalink
Don't publish sent commands
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 13, 2024
1 parent d1250c6 commit 015a977
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/tcs_intercom/tcs_intercom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -379,9 +379,6 @@ namespace esphome
// Resume reading
ESP_LOGD(TAG, "Resume reading");
this->rx_pin_->attach_interrupt(TCSComponentStore::gpio_intr, &this->store_, gpio::INTERRUPT_ANY_EDGE);

// Publish received Command on Sensors, Events, etc.
this->publish_command(command);
}
}

Expand Down

0 comments on commit 015a977

Please sign in to comment.