do not rebuild all HA configs on a mqtt reconnect, limit by heap

This commit is contained in:
MichaelDvP
2026-08-17 14:11:42 +02:00
parent d397a14b41
commit c363e0e2c8
7 changed files with 33 additions and 19 deletions
+1
View File
@@ -93,6 +93,7 @@ class TemperatureSensor {
void publish_sensor(const Sensor & sensor);
void publish_values(const bool force);
void reload();
void ha_reset();
bool updated_values();
bool get_value_info(JsonObject output, const char * cmd, const int8_t id = -1);