From 3a2d56c1c421c331c7382669f906c97476ec0f8e Mon Sep 17 00:00:00 2001 From: Federico Leoni Date: Thu, 31 Oct 2019 15:49:05 -0300 Subject: [PATCH] Updated Home Assistant (markdown) --- Home-Assistant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home-Assistant.md b/Home-Assistant.md index 1b425acd..1c162f35 100644 --- a/Home-Assistant.md +++ b/Home-Assistant.md @@ -61,7 +61,7 @@ Automatic discovery is currently supported for: - As normal behavior a button will automatically turn off after `one second` - Switch - Announced as Home Assistant `binary sensor` -Starting from release 6.7.1 to have `buttons` and `switches` discovered `switchtopic` or `buttontopic` must be set to default value `0` and they will listen to `sonoff/stat/RESULT` topic. +Starting from release 6.7.1 to have `buttons` and `switches` discovered `switchtopic` or `buttontopic` must be set to default value `0` and they will listen to `%topic%/stat/RESULT` topic. ```yaml MQT: sonoff/stat/RESULT = {"BUTTON1":"TOGGLE"} MQT: sonoff/stat/RESULT = {"POWER":"ON"}