From bf869d1027bf46ac925683d698537420fa941d3d Mon Sep 17 00:00:00 2001 From: barbudor Date: Tue, 19 Apr 2022 18:07:25 +0200 Subject: [PATCH] enable tas_disco when home_ass is disbaled --- tasmota/tasmota_configurations_ESP32.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index c6234dd8e..d6b8d9a4b 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -40,6 +40,7 @@ #undef USE_I2C #undef USE_HOME_ASSISTANT +#define USE_TASMOTA_DISCOVERY // Enable Tasmota Discovery support (+2k code) #undef USE_COUNTER #undef USE_IR_REMOTE #undef USE_AC_ZERO_CROSS_DIMMER @@ -71,8 +72,8 @@ #define FALLBACK_MODULE WEMOS // [Module2] Select default module on fast reboot where USER_MODULE is user template #define USE_INFLUXDB // Enable influxdb support (+5k code) -#define USE_TASMOTA_DISCOVERY #undef USE_HOME_ASSISTANT +#define USE_TASMOTA_DISCOVERY #define USE_SDCARD @@ -108,6 +109,7 @@ #undef USE_DOMOTICZ #undef USE_HOME_ASSISTANT +#define USE_TASMOTA_DISCOVERY // Enable Tasmota Discovery support (+2k code) #define USE_WEBCLIENT_HTTPS