mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
fixed edge case in shower logic when state didn't change
This commit is contained in:
@@ -437,7 +437,6 @@ void EMSESP::publish_all_loop() {
|
||||
Mqtt::ha_status();
|
||||
}
|
||||
system_.send_heartbeat();
|
||||
shower_.send_mqtt_stat(false, true);
|
||||
break;
|
||||
default:
|
||||
// all finished
|
||||
|
||||
Reference in New Issue
Block a user