From fa715dc2bce7ff8975dc4a86695c703f5460c27f Mon Sep 17 00:00:00 2001 From: Christoffer Graversen Date: Mon, 3 Dec 2018 08:29:00 +0100 Subject: [PATCH] Corrected spelling error: "ni" to "no". --- Home-Assistant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home-Assistant.md b/Home-Assistant.md index c299b628..2b650cfe 100644 --- a/Home-Assistant.md +++ b/Home-Assistant.md @@ -75,7 +75,7 @@ Automatic discovery is currently supported - and recommended - for: **To force announcing a relay/switch as a "light" go to the console and type the following command: `SetOption30 1` ** By executing command `SetOption19 On` this feature is enabled and a retained MQTT message starting with topic "homeassistant..", as defined in user_config.h HOME_ASSISTANT_DISCOVERY_PREFIX, is sent containing parameters used by Home Assistant to automatically configure a device. -This means ni user interaction is needed to add the device to Home Assistant. +This means no user interaction is needed to add the device to Home Assistant. To disable this feature and get rid of the retained message execute command SetOption19 Off and the homeassistant topic is removed from the MQTT server. This will also remove the device from Home Assistant.