From e470d7e9abe1d8fdba4a8fd766c8b4ad3f0c9d88 Mon Sep 17 00:00:00 2001 From: Piotr Szulc Date: Sun, 3 Dec 2023 01:22:53 +0100 Subject: [PATCH] Warn users about ESP32 Tasmota v12 incompatibility (#3426) * Warn users about ESP32 Tasmota v12 incompatibility * Fixed underline --- guides/migrate_sonoff_tasmota.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/guides/migrate_sonoff_tasmota.rst b/guides/migrate_sonoff_tasmota.rst index f61c1d0a3..c8ae78f65 100644 --- a/guides/migrate_sonoff_tasmota.rst +++ b/guides/migrate_sonoff_tasmota.rst @@ -8,6 +8,11 @@ Migrating from Tasmota Migrating from previous Tasmota setups is very easy. You just need to have ESPHome create a binary for you and then upload that in the Tasmota web interface. +Incompatible versions +--------------------- +WARNING! Migrating via OTA on ESP32, from Tasmota v12 (with boot partition) and up is currently not possible! Trying it could soft-brick your device! + + Getting the Binary ------------------