From 6fd1bc85403c7be4ab6f7b8af73053a7e6794ead Mon Sep 17 00:00:00 2001 From: melikyuksel Date: Wed, 13 Mar 2019 18:45:38 -0500 Subject: [PATCH] Fixed command to get Sonoff device state (cmnd/sonoffs/state, not sonoffs/cmnd/state) --- Home-Assistant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home-Assistant.md b/Home-Assistant.md index f42af7ba..659d81c0 100644 --- a/Home-Assistant.md +++ b/Home-Assistant.md @@ -106,7 +106,7 @@ Use this automation to get all your (auto discovered) devices in sync, including action: - service: mqtt.publish data: - topic: "sonoffs/cmnd/state" + topic: "cmnd/sonoffs/state" payload: "" ``` ### Tip: Make all Tasmota devices be automatically discovered