Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 12, 2024
1 parent 284cf52 commit dfc32b0
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 @@ -101,7 +101,7 @@ namespace esphome
ESP_LOGCONFIG(TAG, " Event: disabled");
}

ESP_LOGCONFIG(TAG, " Hardware: " + this->hardware_version_->state);
ESP_LOGCONFIG(TAG, " Hardware: %s", this->hardware_version_->state);
}

void TCSComponent::loop()
Expand Down

0 comments on commit dfc32b0

Please sign in to comment.