Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Jun 7, 2024
1 parent 766d151 commit 6507929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tcs_intercom/tcs_intercom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ namespace esphome

for (auto &listener : listeners_)
{
if (listener->command_ == command)
if (listener->command_value_ == command)
{
ESP_LOGD(TAG, "Binary sensor fired! %x", listener->command_value_);
listener->turn_on(&listener->timer_, listener->auto_off_);
Expand Down

0 comments on commit 6507929

Please sign in to comment.