mirror of https://github.com/arendst/Tasmota.git
Fixed command to get Sonoff device state (cmnd/sonoffs/state, not sonoffs/cmnd/state)
parent
77627950e1
commit
6fd1bc8540
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue