mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
merge multiple_instances with entity_format
This commit is contained in:
@@ -185,10 +185,6 @@ class Mqtt {
|
||||
return multiple_instances_;
|
||||
}
|
||||
|
||||
static bool entity_fullname() {
|
||||
return entity_fullname_;
|
||||
}
|
||||
|
||||
static void nested_format(uint8_t nested_format) {
|
||||
nested_format_ = nested_format;
|
||||
}
|
||||
@@ -327,7 +323,6 @@ class Mqtt {
|
||||
static bool ha_enabled_;
|
||||
static uint8_t nested_format_;
|
||||
static bool multiple_instances_;
|
||||
static bool entity_fullname_;
|
||||
static std::string discovery_prefix_;
|
||||
static bool publish_single_;
|
||||
static bool publish_single2cmd_;
|
||||
|
||||
Reference in New Issue
Block a user