diff --git a/src/mqtt.cpp b/src/mqtt.cpp index 9eee365ec..e25912c91 100644 --- a/src/mqtt.cpp +++ b/src/mqtt.cpp @@ -687,8 +687,6 @@ void Mqtt::process_queue() { // HA config for a binary_sensor 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) { return; }