From b17e4ec94df56e690fd6ae3a214446ce5a48b6c4 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 9 Feb 2018 20:06:52 +0100 Subject: [PATCH] Upgrade Tasmota to v5.12.0 Signed-off-by: Knut Ahlers --- Makefile | 2 +- config.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2d031a0..374d1a0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -TASMOTA_VERSION=v5.11.1 +TASMOTA_VERSION=v5.12.0 default: build_sonoff build_sonoff-minimal diff --git a/config.yml b/config.yml index 5ddb7bc..5d23176 100644 --- a/config.yml +++ b/config.yml @@ -13,6 +13,7 @@ MQTT_TOPIC: '"unconfigured"' TELE_PERIOD: '30' USE_DOMOTICZ: '!undef' +USE_HOME_ASSISTANT: '!undef' USE_EMULATION: '!undef' USE_DISCOVERY: '!undef'