default HA is on in standalone

This commit is contained in:
proddy
2021-01-09 21:47:46 +01:00
parent f6bdea10a5
commit 27937064af

View File

@@ -32,7 +32,7 @@ class DummySettings {
bool enabled = true; bool enabled = true;
uint8_t dallas_format = 1; uint8_t dallas_format = 1;
uint8_t ha_climate_format = 1; uint8_t ha_climate_format = 1;
bool ha_enabled = false; bool ha_enabled = true;
String hostname = "ems-esp"; String hostname = "ems-esp";
String jwtSecret = "ems-esp"; String jwtSecret = "ems-esp";