Updated Home Assistant (markdown)

emontnemery 2018-12-22 09:06:57 +01:00
parent fd623eb350
commit c0826f6888
1 changed files with 1 additions and 1 deletions

@ -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.