fixes for publish ha

This commit is contained in:
MichaelDvP
2021-03-06 18:52:45 +01:00
parent 6c07085d94
commit c120268409
3 changed files with 23 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ class Shower {
void start();
void loop();
void send_mqtt_stat(bool state);
void send_mqtt_stat(bool state, bool force = false);
bool shower_alert() const {
return shower_alert_;