Skip to content

Commit

Permalink
Print text mqtt command topic (esphome#5601)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Oct 26, 2023
1 parent 93056de commit 4774200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esphome/components/mqtt/mqtt_text.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void MQTTTextComponent::setup() {

void MQTTTextComponent::dump_config() {
ESP_LOGCONFIG(TAG, "MQTT text '%s':", this->text_->get_name().c_str());
LOG_MQTT_COMPONENT(true, false)
LOG_MQTT_COMPONENT(true, true)
}

std::string MQTTTextComponent::component_type() const { return "text"; }
Expand Down

0 comments on commit 4774200

Please sign in to comment.