mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 09:19:51 +03:00
HA MQTT Discovert - added remaining values - HomeAssistant Discovery #288
This commit is contained in:
@@ -65,10 +65,11 @@ class Shower {
|
||||
void publish_values();
|
||||
void shower_alert_start();
|
||||
void shower_alert_stop();
|
||||
void send_mqtt_stat(bool state);
|
||||
|
||||
bool shower_timer_; // true if we want to report back on shower times
|
||||
bool shower_alert_; // true if we want the alert of cold water
|
||||
|
||||
bool shower_timer_; // true if we want to report back on shower times
|
||||
bool shower_alert_; // true if we want the alert of cold water
|
||||
bool ha_config_ = false; // for HA MQTT Discovery
|
||||
bool shower_on_;
|
||||
uint32_t timer_start_; // ms
|
||||
uint32_t timer_pause_; // ms
|
||||
|
||||
Reference in New Issue
Block a user