From 0318f8156d05ca4467066bc65f1c4110356690c8 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Mon, 12 May 2025 19:10:59 +0200 Subject: [PATCH] fix standalone --- lib_standalone/ESP32React.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib_standalone/ESP32React.h b/lib_standalone/ESP32React.h index 115a42aae..5b1d1a384 100644 --- a/lib_standalone/ESP32React.h +++ b/lib_standalone/ESP32React.h @@ -36,6 +36,7 @@ class DummySettings { String discovery_prefix = "homeassistant"; uint8_t discovery_type = 0; // HA bool ha_enabled = true; + bool ha_optimistic = false; String base = "ems-esp"; bool publish_single = false; bool publish_single2cmd = false;