add some HA config on mqtt reconnect

This commit is contained in:
MichaelDvP
2025-04-02 17:49:22 +02:00
parent d35574d494
commit 3eb20fa700
4 changed files with 11 additions and 1 deletions

View File

@@ -40,6 +40,9 @@ class Shower {
void shower_alert(bool enable) {
shower_alert_ = enable;
}
void ha_reset() {
ha_configdone_ = false;
}
private:
static uuid::log::Logger logger_;