From ae89198218788ff3c910a3978d6a79cf6991c117 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Tue, 3 Nov 2020 19:56:25 +0100 Subject: [PATCH] Correct HASS_DISCOVER_DEVICE --- tasmota/xdrv_12_home_assistant.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xdrv_12_home_assistant.ino b/tasmota/xdrv_12_home_assistant.ino index f10ee7f74..3517bd615 100644 --- a/tasmota/xdrv_12_home_assistant.ino +++ b/tasmota/xdrv_12_home_assistant.ino @@ -197,7 +197,7 @@ const char HASS_DISCOVER_DEVICE[] PROGMEM = // Basic par "\"tp\":[\"%s\",\"%s\",\"%s\"]," // Topics for command, stat and tele "\"rl\":[%s],\"swc\":[%s],\"swn\":[%s],\"btn\":[%s]," // Inputs / Outputs "\"so\":{\"4\":%d,\"11\":%d,\"13\":%d,\"17\":%d,\"20\":%d," // SetOptions - "\"30\":%d,\"68\":%d,\"73\":%d,\"82\":%d\"114\":%d,}," + "\"30\":%d,\"68\":%d,\"73\":%d,\"82\":%d,\"114\":%d}," "\"lk\":%d,\"lt_st\":%d,\"ver\":1}"; // Light SubType, and Discovery version typedef struct HASS {