mirror of
https://github.com/esphome/esphome.git
synced 2026-08-22 22:26:21 +00:00
[mqtt] Shorten esp32 backend TAG string (#18446)
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
namespace esphome::mqtt {
|
namespace esphome::mqtt {
|
||||||
|
|
||||||
static const char *const TAG = "mqtt.idf";
|
static const char *const TAG = "mqtt";
|
||||||
|
|
||||||
bool MQTTBackendESP32::initialize_() {
|
bool MQTTBackendESP32::initialize_() {
|
||||||
mqtt_cfg_.broker.address.hostname = this->host_.c_str();
|
mqtt_cfg_.broker.address.hostname = this->host_.c_str();
|
||||||
|
|||||||
Reference in New Issue
Block a user