mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
fixes Excluding entities from the Customization page does not remove the MQTT Discovery entry #357
This commit is contained in:
@@ -171,13 +171,6 @@ bool DeviceValue::hasValue() {
|
||||
break;
|
||||
}
|
||||
|
||||
#if defined(EMSESP_DEBUG)
|
||||
// https://github.com/emsesp/EMS-ESP32/issues/196
|
||||
// if (has_state(DeviceValueState::DV_ACTIVE) && !has_value) {
|
||||
// emsesp::EMSESP::logger().warning(F("[DEBUG] Lost device value %s"), short_name);
|
||||
// }
|
||||
#endif
|
||||
|
||||
return has_value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user