From 3c449cf8e086daa6ad5ae8204796ced8a9d72e86 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 17 Sep 2021 20:26:36 +0200 Subject: [PATCH] Update tasmota_configurations_ESP32.h --- tasmota/tasmota_configurations_ESP32.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index 701441148..658835b2f 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -73,6 +73,8 @@ #define USE_ODROID_GO // Add support for Odroid Go #define USE_SDCARD +#undef USE_HOME_ASSISTANT + #define USE_ADC #define USE_SPI #define USE_DISPLAY // Add SPI Display Support (+2k code) @@ -99,6 +101,8 @@ #undef FALLBACK_MODULE #define FALLBACK_MODULE M5STACK_CORE2 // [Module2] Select default module on fast reboot where USER_MODULE is user template +#undef USE_HOME_ASSISTANT + #define USE_M5STACK_CORE2 // Add support for M5Stack Core2 #define USE_I2S_SAY_TIME #define USE_I2S_WEBRADIO @@ -160,6 +164,9 @@ #undef FALLBACK_MODULE #define FALLBACK_MODULE WEMOS // [Module2] Select default module on fast reboot where USER_MODULE is user template +#define USE_TASMOTA_DISCOVERY +#undef USE_HOME_ASSISTANT + #define USE_SDCARD #define USE_ADC