From 54a2ebd82633c460534e82e4fecc9b1f0815659e Mon Sep 17 00:00:00 2001 From: emontnemery Date: Sat, 22 Dec 2018 11:23:36 +0100 Subject: [PATCH] Updated Home Assistant (markdown) --- Home-Assistant.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home-Assistant.md b/Home-Assistant.md index edc38a70..74689065 100644 --- a/Home-Assistant.md +++ b/Home-Assistant.md @@ -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" ```