From 907a029347b0d08917ddcfe7074b871caf58f985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hohwiller?= Date: Sat, 14 Jun 2025 19:40:38 +0200 Subject: [PATCH 1/2] #39555: improve tasmota.markdown --- source/_integrations/tasmota.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/tasmota.markdown b/source/_integrations/tasmota.markdown index 185dcf63f94d..08f48ea5bd86 100644 --- a/source/_integrations/tasmota.markdown +++ b/source/_integrations/tasmota.markdown @@ -31,7 +31,7 @@ This integration allows you to control [Tasmota](https://tasmota.github.io/docs/ - MQTT broker and the [MQTT integration](/integrations/mqtt/) set up in Home Assistant. - Tasmota devices' MQTT setting configured to communicate with the MQTT broker. - Tasmota devices flashed with version 9.2, or later (`tasmota-lite.bin` does not support this integration). -- Tasmota devices configured for native discovery (`SetOption19 0`). +- Tasmota devices configured for native discovery (`SetOption19 0`). Go to the web interface of your Tasmota device, select `Tools` and then `Console`. Where you can see the placeholder `Enter command` type or paste `SetOption19 0` and hit `Return`. - Although the Tasmota integration supports custom fulltopic it is strongly suggested to leave fulltopic at its default, Tasmota does not prevent setting an invalid or non-unique fulltopic, for example a fulltopic without the `%prefix%` or `%topic%` tokens. ## Supported features From 4f6dce043131ee6bcec2a1e1ca18b41357c5d3e9 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 16 Jun 2025 07:40:11 +0200 Subject: [PATCH 2/2] tiny style tweak --- source/_integrations/tasmota.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/tasmota.markdown b/source/_integrations/tasmota.markdown index 08f48ea5bd86..78b10d153a77 100644 --- a/source/_integrations/tasmota.markdown +++ b/source/_integrations/tasmota.markdown @@ -31,7 +31,7 @@ This integration allows you to control [Tasmota](https://tasmota.github.io/docs/ - MQTT broker and the [MQTT integration](/integrations/mqtt/) set up in Home Assistant. - Tasmota devices' MQTT setting configured to communicate with the MQTT broker. - Tasmota devices flashed with version 9.2, or later (`tasmota-lite.bin` does not support this integration). -- Tasmota devices configured for native discovery (`SetOption19 0`). Go to the web interface of your Tasmota device, select `Tools` and then `Console`. Where you can see the placeholder `Enter command` type or paste `SetOption19 0` and hit `Return`. +- Tasmota devices configured for native discovery (`SetOption19 0`). Go to the web interface of your Tasmota device, select **Tools** and then **Console**. Where you can see the placeholder **Enter command** type or paste `SetOption19 0` and hit **Return**. - Although the Tasmota integration supports custom fulltopic it is strongly suggested to leave fulltopic at its default, Tasmota does not prevent setting an invalid or non-unique fulltopic, for example a fulltopic without the `%prefix%` or `%topic%` tokens. ## Supported features