mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
removed debug comment
This commit is contained in:
@@ -687,8 +687,6 @@ void Mqtt::process_queue() {
|
|||||||
// HA config for a binary_sensor
|
// HA config for a binary_sensor
|
||||||
void Mqtt::register_mqtt_ha_binary_sensor(const __FlashStringHelper * name, const uint8_t device_type, const char * entity) {
|
void Mqtt::register_mqtt_ha_binary_sensor(const __FlashStringHelper * name, const uint8_t device_type, const char * entity) {
|
||||||
|
|
||||||
return; // TODO remove
|
|
||||||
|
|
||||||
if (mqtt_format() != Format::HA) {
|
if (mqtt_format() != Format::HA) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user