mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
default mqtt format is 3 (for 3.6)
This commit is contained in:
@@ -218,7 +218,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef EMSESP_DEFAULT_ENTITY_FORMAT
|
||||
#define EMSESP_DEFAULT_ENTITY_FORMAT 1 // in MQTT discovery, use shortnames and not multiple (prefixed with base)
|
||||
#define EMSESP_DEFAULT_ENTITY_FORMAT 3 // in MQTT discovery, single instance, shortname, v3.6
|
||||
#endif
|
||||
|
||||
// matches Web UI settings
|
||||
|
||||
Reference in New Issue
Block a user