[mqtt] Shorten esp32 backend TAG string (#18446)

This commit is contained in:
J. Nick Koston
2026-08-17 11:54:17 -05:00
committed by GitHub
parent e0d28d7f5c
commit 1f000ba668
@@ -10,7 +10,7 @@
namespace esphome::mqtt {
static const char *const TAG = "mqtt.idf";
static const char *const TAG = "mqtt";
bool MQTTBackendESP32::initialize_() {
mqtt_cfg_.broker.address.hostname = this->host_.c_str();