From c666d704764b044c57f611d627311553232f21d5 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 5 Oct 2018 12:59:11 +0200 Subject: [PATCH] Upgrade to tasmota 6.2.1 Signed-off-by: Knut Ahlers --- Makefile | 2 +- config_sonoff-minimal.yml | 4 ++++ config_sonoff.yml | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) 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'