From 70035b059cd5a0c03a6d891bfb9673fc39d16b36 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Tue, 8 Apr 2025 17:59:01 +0200 Subject: [PATCH] comment out HA config of shower timestamp --- src/core/shower.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 + */ } }