mirror of https://github.com/arendst/Tasmota.git
Updated Home Assistant (markdown)
parent
fd623eb350
commit
c0826f6888
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue