added comment about nesting

This commit is contained in:
proddy
2021-09-21 18:02:52 +02:00
parent ba3d49172c
commit 252554ea87

View File

@@ -35,7 +35,7 @@ class DummySettings {
uint8_t mqtt_qos = 0;
bool mqtt_retain = false;
bool enabled = true;
uint8_t nested_format = 1;
uint8_t nested_format = 1; // 1=nested 2=single
uint8_t ha_climate_format = 1;
bool ha_enabled = true;
String base = "ems-esp";