mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
default EMSESP_DEFAULT_ENTITY_FORMAT is 1 (SINGLE_SHORT)
This commit is contained in:
@@ -218,7 +218,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef EMSESP_DEFAULT_ENTITY_FORMAT
|
||||
#define EMSESP_DEFAULT_ENTITY_FORMAT 3 // in MQTT discovery, single instance, shortname, v3.6
|
||||
#define EMSESP_DEFAULT_ENTITY_FORMAT 1 // in MQTT discovery, single instance, shortname (EntityFormat::SINGLE_SHORT)
|
||||
#endif
|
||||
|
||||
// matches Web UI settings
|
||||
|
||||
Reference in New Issue
Block a user