default EMSESP_DEFAULT_ENTITY_FORMAT is 1 (SINGLE_SHORT)

This commit is contained in:
proddy
2024-06-14 11:40:32 +02:00
parent 74e0123475
commit c9148b574f

View File

@@ -218,7 +218,7 @@
#endif #endif
#ifndef EMSESP_DEFAULT_ENTITY_FORMAT #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 #endif
// matches Web UI settings // matches Web UI settings