From b496087bed005113680eb032ea80da411cbd13b8 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Mon, 26 Oct 2020 09:20:02 +0100 Subject: [PATCH] Tweak Tasmota documentation (#15417) --- source/_integrations/tasmota.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/tasmota.markdown b/source/_integrations/tasmota.markdown index a12e73e5d6c..a022ec9ea1a 100644 --- a/source/_integrations/tasmota.markdown +++ b/source/_integrations/tasmota.markdown @@ -19,8 +19,9 @@ This integration allows you to control Tasmota devices over MQTT. ## Requirements - MQTT server and the [MQTT integration](/integrations/mqtt/) set up in Home Assistant. -- Tasmota devices flashed with 9.0.0.1 or later +- Tasmota devices flashed with 9.0.0.3 or later - Tasmota devices configured for native discovery (`SetOption19 0`) +- Tasmota devices configured to send tele/%topic%/STATE in addition to stat/%topic%/RESULT for commands (`SetOption59 1`) ## Limitations