From 768f24f7fd2c10ee53b37797b958c4321a8057f2 Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Tue, 24 Sep 2019 20:45:21 -0400 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/FAQ.md b/FAQ.md index 1de88968..eebdf54b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -32,9 +32,9 @@ - [Power monitoring resets Energy Today mid-day](../issues/5571) - [Sensors don't show values](#Sensors-dont-show-values) - [Timers trigger at wrong time](#Timers-trigger-at-wrong-time) - - [Autodiscovery in Home Assistant doesn't work](#Autodiscovery-in-Home-Assistant-doesnt-work) + - [Auto-discovery in Home Assistant doesn't work](#Auto-discovery-in-Home-Assistant-doesnt-work) - [Why is my changed configuration not loaded?](#Why-is-my-changed-configuration-not-loaded) - - [How do I invert the output of the green LED on the Sonoff basic so the LED is on when the relay is off?](#How-do-I-invert-the-output-of-the-green-LED-on-the-Sonoff-basic-so-the-LED-is-on-when-the-relay-is-off) + - [How do I invert the output of the green LED on the Sonoff Basic so the LED is on when the relay is off?](#How-do-I-invert-the-output-of-the-green-LED-on-the-Sonoff-Basic-so-the-LED-is-on-when-the-relay-is-off) - [What is an Arduino core?](#What-is-an-Arduino-core) - [Configuration problems](#Configuration-problems) ### [**Tips**](Tips) @@ -270,8 +270,8 @@ Your vanilla `sonoff.bin` doesn't have complete sensor support. Make sure you've ### Timers trigger at wrong time Check if Tasmota is updating its device time over the preconfigured NTP servers and that the time matches your local time. If not, adjust your [`TimeZone`](Commands#timezone) or Daylight Saving Time -### Autodiscovery in Home Assistant doesn't work -Binary sonoff-basic.bin (which comes packaged with Tuya Convert) does not support autodiscovery. Please upgrade to sonoff.bin or similar release that supports this feature. +### Auto-discovery in Home Assistant doesn't work +The `sonoff-basic.bin` firmware binary (which comes packaged with Tuya-Convert) does not support auto-discovery. Please upgrade to `sonoff.bin` or a similar firmware variant that supports this feature. Make sure its enabled in Tasmota it with `SetOption19 1` and you configured the Home Assistant MQTT integration with Discovery enabled. @@ -308,8 +308,8 @@ On every start the device compares the header of FCA with the CFG_HOLDER from yo - leave CFG_HOLDER as is - start your device and issue command `Reset 1` or `Reset 2` -### How do I invert the output of the green LED on the Sonoff basic so the LED is on when the relay is off? -[`LedState`](Commands#ledstate) default value is `1` (on) - Show power state on LED. The LED can be disabled completely with `LedState 0` (off). However, there is no option to invert the output of the green LED on the Sonoff basic. +### How do I invert the output of the green LED on the Sonoff Basic so the LED is on when the relay is off? +[`LedState`](Commands#ledstate) default value is `1` (on) - Show power state on LED. The LED can be disabled completely with `LedState 0` (off). However, there is no option to invert the output of the green LED on the Sonoff Basic. ### What is an Arduino Core