diff --git a/Makefile b/Makefile index 8d71fd1..4fe3586 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -TASMOTA_VERSION=v6.1.1 +TASMOTA_VERSION=v6.2.1 default: build_sonoff build_sonoff-minimal diff --git a/config_sonoff-minimal.yml b/config_sonoff-minimal.yml index e2aad89..85fb841 100644 --- a/config_sonoff-minimal.yml +++ b/config_sonoff-minimal.yml @@ -12,6 +12,8 @@ MQTT_TOPIC: '"unconfigured"' TELE_PERIOD: '30' +USE_DS18x20: '!undef' + USE_DOMOTICZ: '!undef' USE_HOME_ASSISTANT: '!undef' HOME_ASSISTANT_DISCOVERY_ENABLE: "0" @@ -38,4 +40,6 @@ USE_WS2812: '!undef' USE_ARILUX_RF: '!undef' USE_RF_FLASH: '!undef' +BE_MINIMAL: '!def' + ... diff --git a/config_sonoff.yml b/config_sonoff.yml index 9fa85a9..e4d02dd 100644 --- a/config_sonoff.yml +++ b/config_sonoff.yml @@ -12,6 +12,8 @@ MQTT_TOPIC: '"unconfigured"' TELE_PERIOD: '30' +USE_DS18x20: '!undef' + USE_DOMOTICZ: '!undef' HOME_ASSISTANT_DISCOVERY_ENABLE: "0" USE_EMULATION: '!undef'