diff --git a/src/core/shower.cpp b/src/core/shower.cpp index 88226cd79..b92ccd84f 100644 --- a/src/core/shower.cpp +++ b/src/core/shower.cpp @@ -237,6 +237,7 @@ void Shower::set_shower_state(bool state, bool force) { // // shower timestamp // + /* commented out as the publish of timestamp doc.clear(); snprintf(str, sizeof(str), "%s_shower_timestamp", Mqtt::basename().c_str()); @@ -255,6 +256,7 @@ void Shower::set_shower_state(bool state, bool force) { snprintf(topic, sizeof(topic), "sensor/%s/shower_timestamp/config", Mqtt::basename().c_str()); Mqtt::queue_ha(topic, doc.as()); // publish the config payload with retain flag + */ } }