Remove duplicated word

Pedro Alvarez Piedehierro 2019-01-28 00:50:19 +00:00
parent 54a66eec33
commit ea7a0dc0e3
1 changed files with 1 additions and 1 deletions

@ -61,7 +61,7 @@ On each Tasmota device which should be automatically discovered by Hass, enter t
By executing command `SetOption19 1` the automatic discovery 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.
To disable the automatic discovery feature feature and remove the retained message, execute command `SetOption19 0` and the homeassistant topic is removed from the MQTT server.\
To disable the automatic discovery feature and remove the retained message, execute command `SetOption19 0` and the homeassistant topic is removed from the MQTT server.\
Note: This will also remove the device from Home Assistant.