mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
comments, fix typos, prep for v3.2
This commit is contained in:
@@ -989,7 +989,7 @@ void EMSdevice::publish_mqtt_ha_sensor() {
|
||||
|
||||
void EMSdevice::ha_config_clear() {
|
||||
for (auto & dv : devicevalues_) {
|
||||
// dv.ha &= ~DeviceValueHA::HA_DONE; // repubish all with values
|
||||
// dv.ha &= ~DeviceValueHA::HA_DONE; // republish all with values
|
||||
dv.ha = DeviceValueHA::HA_NONE; // also wait for new value
|
||||
}
|
||||
ha_config_done(false);
|
||||
|
||||
Reference in New Issue
Block a user