From c0826f688882757779ec5bf7c7cc478c99c2d3b2 Mon Sep 17 00:00:00 2001 From: emontnemery Date: Sat, 22 Dec 2018 09:06:57 +0100 Subject: [PATCH] Updated Home Assistant (markdown) --- Home-Assistant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home-Assistant.md b/Home-Assistant.md index c2d62447..68bb0820 100644 --- a/Home-Assistant.md +++ b/Home-Assistant.md @@ -59,7 +59,7 @@ For other type of devices, e.g iFan02, example entries for configuration.yaml is On each Tasmota device which should be automatically discovered by Hass, enter the following commands in the web console:\ `SetOption19 1` - Enables MQTT discovery\ -`SetOption55 1` - Enables [abbreviations and base topic](https://www.home-assistant.io/docs/mqtt/discovery/) to shorten the MQTT discovery messages. Without this, full integration with Hass such as Setup of devices through Hass Web UI (change name and `entity_id`) is not possible. +`SetOption55 1` - Enables [abbreviations and base topic](https://www.home-assistant.io/docs/mqtt/discovery/) to shorten the MQTT discovery messages. **Important**: Without `SetOption55 1`, full integration with Hass such as Setup of devices through Hass Web UI (change name and `entity_id`) is not enabled. By executing command `SetOption19 1` the 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.