send shower on boot

This commit is contained in:
proddy
2021-01-23 15:09:21 +01:00
parent b1b763b77a
commit 993607d657

View File

@@ -27,6 +27,8 @@ void Shower::start() {
shower_timer_ = settings.shower_timer;
shower_alert_ = settings.shower_alert;
});
send_mqtt_stat(false);
}
void Shower::loop() {