HA cleanup

This commit is contained in:
proddy
2021-01-21 20:24:32 +01:00
parent 94ac0d1418
commit f466453a8e
2 changed files with 3 additions and 3 deletions

View File

@@ -96,8 +96,8 @@ void Shower::send_mqtt_stat(bool state) {
return;
}
char s[7];
Mqtt::publish(F("shower_active"), Helpers::render_boolean(s, state));
// char s[7];
// Mqtt::publish(F("shower_active"), Helpers::render_boolean(s, state));
// if we're in HA mode make sure we've first sent out the HA MQTT Discovery config topic
if ((Mqtt::ha_enabled()) && (!ha_configdone_)) {