Edited sync power state topic to match auto-discovered entities.

PDekker 2018-12-24 13:50:08 +01:00
parent d581d7bd05
commit 982e6f3336
1 changed files with 1 additions and 1 deletions

@ -122,6 +122,6 @@ Use this automation to get all your (auto discovered) devices in sync, including
action:
- service: mqtt.publish
data:
topic: "cmnd/sonoffs/state"
topic: "/sonoffs/cmnd/state"
payload: ""
```