mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
fix standalone
This commit is contained in:
@@ -36,6 +36,7 @@ class DummySettings {
|
|||||||
String discovery_prefix = "homeassistant";
|
String discovery_prefix = "homeassistant";
|
||||||
uint8_t discovery_type = 0; // HA
|
uint8_t discovery_type = 0; // HA
|
||||||
bool ha_enabled = true;
|
bool ha_enabled = true;
|
||||||
|
bool ha_optimistic = false;
|
||||||
String base = "ems-esp";
|
String base = "ems-esp";
|
||||||
bool publish_single = false;
|
bool publish_single = false;
|
||||||
bool publish_single2cmd = false;
|
bool publish_single2cmd = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user