diff --git a/Home-Assistant.md b/Home-Assistant.md index ce25f83e..16ce85f3 100644 --- a/Home-Assistant.md +++ b/Home-Assistant.md @@ -92,7 +92,7 @@ Note2: After changing `entity_id` Hass must be restarted, this will be fixed in ### Tip: Make all Tasmota devices be automatically discovered If you want all your devices to be found by Home Assistant, add an automation which will enable `SetOption19` for all devices.\ -The automation below will be triggered each time Hass is (re)started and can also be triggered manually through the UI +The automation below will be triggered each time Hass is (re)started and can also be triggered manually through the UI (Note: if Discovery is already on, change the topic to "sonoffs/cmnd/SetOption19") ```yaml # Example automations.yaml entry @@ -122,6 +122,6 @@ Use this automation to get all your (auto discovered) devices in sync, including action: - service: mqtt.publish data: - topic: "/sonoffs/cmnd/state" + topic: "sonoffs/cmnd/state" payload: "" ``` \ No newline at end of file