mirror of https://github.com/arendst/Tasmota.git
inverted topic in automation for setoption 19
parent
35ca9981e7
commit
125c78436b
|
@ -125,7 +125,7 @@ This can also be done manually in Home Assistant UI through Developer tools - ![
|
||||||
action:
|
action:
|
||||||
- service: mqtt.publish
|
- service: mqtt.publish
|
||||||
data:
|
data:
|
||||||
topic: "cmnd/sonoffs/SetOption19"
|
topic: "sonoffs/cmnd/SetOption19"
|
||||||
payload: "1"
|
payload: "1"
|
||||||
```
|
```
|
||||||
### Tip: Make all Tasmota devices report their firmware version
|
### Tip: Make all Tasmota devices report their firmware version
|
||||||
|
|
Loading…
Reference in New Issue