mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Merge pull request #15403 from barbudor/tasdisco_default
Enable TAS_DISCO when HOME_ASS is disabled
This commit is contained in:
commit
a109c6c5ad
@ -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…
x
Reference in New Issue
Block a user