From 9813e0f483a33e8786a7e642d2e6f90a3a05a603 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 28 Jul 2021 12:17:32 +0200 Subject: [PATCH] Add Tasmota discovery --- tasmota/tasmota_configurations.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasmota/tasmota_configurations.h b/tasmota/tasmota_configurations.h index c77b2c03e..6530cdbc3 100644 --- a/tasmota/tasmota_configurations.h +++ b/tasmota/tasmota_configurations.h @@ -269,6 +269,7 @@ #undef USE_EMULATION_WEMO // Disable Belkin WeMo emulation for Alexa (+6k code, +2k mem common) #undef USE_DOMOTICZ // Disable Domoticz #undef USE_HOME_ASSISTANT // Disable Home Assistant +#define USE_TASMOTA_DISCOVERY // Enable Tasmota Discovery support (+2k code) // -- Optional modules ---------------------------- #undef ROTARY_V1 // Disable support for MI Desk Lamp @@ -486,6 +487,7 @@ #undef USE_ARDUINO_OTA // Disable support for Arduino OTA #define USE_DOMOTICZ // Enable Domoticz #undef USE_HOME_ASSISTANT // Disable Home Assistant +#define USE_TASMOTA_DISCOVERY // Enable Tasmota Discovery support (+2k code) #define UPGRADE_V8_MIN // do not support upgrading from version below 8.0.0 @@ -639,6 +641,7 @@ #undef USE_ARDUINO_OTA // Disable support for Arduino OTA #undef USE_DOMOTICZ // Disable Domoticz #undef USE_HOME_ASSISTANT // Disable Home Assistant +#define USE_TASMOTA_DISCOVERY // Enable Tasmota Discovery support (+2k code) #undef USE_MQTT_TLS // Disable TLS support won't work as the MQTTHost is not set #undef USE_KNX // Disable KNX IP Protocol Support //#undef USE_WEBSERVER // Disable Webserver