mirror of https://github.com/arendst/Tasmota.git
enable tas_disco when home_ass is disbaled
This commit is contained in:
parent
5193050fa8
commit
bf869d1027
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue