Updated Home Assistant (markdown)

emontnemery 2018-12-22 11:23:36 +01:00
parent 397f64ba0a
commit 54a2ebd826
1 changed files with 2 additions and 2 deletions

@ -106,11 +106,11 @@ The automation below will be triggered each time Hass is (re)started and can als
action:
- service: mqtt.publish
data:
topic: "cmnd/sonoffs/SetOption19"
topic: "cmnd/sonoffs/SetOption55"
payload: "1"
- service: mqtt.publish
data:
topic: "cmnd/sonoffs/SetOption55"
topic: "cmnd/sonoffs/SetOption19"
payload: "1"
```