Fixed command to get Sonoff device state (cmnd/sonoffs/state, not sonoffs/cmnd/state)

melikyuksel 2019-03-13 18:45:38 -05:00
parent 77627950e1
commit 6fd1bc8540
1 changed files with 1 additions and 1 deletions

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