From e704c7937cf9e5f7193a5d686c30531cc8f26c70 Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Sat, 9 Nov 2019 13:48:33 -0500 Subject: [PATCH] Updated Home Assistant (markdown) --- Home-Assistant.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Home-Assistant.md b/Home-Assistant.md index c0c2d22d..ec6c4c29 100644 --- a/Home-Assistant.md +++ b/Home-Assistant.md @@ -65,7 +65,7 @@ MQT: tasmota/stat/RESULT = {"BUTTON1":"TOGGLE"} MQT: tasmota/stat/RESULT = {"POWER":"ON"} MQT: tasmota/stat/POWER = ON ``` -This option leave to the user the ability to get a more granular control over entities on both Tasmota or Hass. +This option gives the user the ability to get a more granular control over entities on both Tasmota and Hass. A simple Tasmota rule example: ```lua @@ -80,9 +80,9 @@ MQT: tasmota/stat/RESULT = {"BUTTON1":"TOGGLE"} and the relay will NOT be switched. -Tasmota `switchmode` default for buttons and switches is `Switchmode 0` (TOGGLE). This means all the entities created will automatically turn off after `one second`. To change the button behavior a [switchmode](Commands#switchmode) change is needed. For example setting up a switch to `switchmode 1` (follow) will create a switch with ON and OFF payloads. +Tasmota `switchmode` default for buttons and switches is `Switchmode 0` (TOGGLE). This means all the entities created will automatically turn off after `one second`. To change the button behavior, [`SwitchMode`](Commands#switchmode) must be changed. For example setting up a switch to `SwitchMode 1` (follow) will create a switch with ON and OFF payloads. -For other type of devices, e.g SOnoff iFan02, example entries for `configuration.yaml` are available in [[Home Assistant - Manual Config|Home-Assistant-‐-Manual-Config]] +For other type of devices, e.g Sonoff iFan02, example entries for `configuration.yaml` are available in [[Home Assistant - Manual Config|Home-Assistant-‐-Manual-Config]] On each Tasmota device which should be automatically discovered by Hass, enter the following commands in the web console:\ `SetOption19 1` - Enables MQTT discovery\