From 27937064af4b5c84422c145cce73bdfd698c7008 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 9 Jan 2021 21:47:46 +0100 Subject: [PATCH] default HA is on in standalone --- lib_standalone/ESP8266React.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_standalone/ESP8266React.h b/lib_standalone/ESP8266React.h index 8a546feeb..e78922e4c 100644 --- a/lib_standalone/ESP8266React.h +++ b/lib_standalone/ESP8266React.h @@ -32,7 +32,7 @@ class DummySettings { bool enabled = true; uint8_t dallas_format = 1; uint8_t ha_climate_format = 1; - bool ha_enabled = false; + bool ha_enabled = true; String hostname = "ems-esp"; String jwtSecret = "ems-esp";