From 96f2e6d5a7907ff50afe9d865626b95a0d51eff5 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 26 Jul 2026 13:44:30 +0200 Subject: [PATCH] update --- CHANGELOG_LATEST.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 4ce82e569..fb6b985bc 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -9,6 +9,7 @@ For more details go to [emsesp.org](https://emsesp.org/). - user-requested LED blink [#3063](https://github.com/emsesp/EMS-ESP32/issues/3063) - KM300 at address 0x4A [#3084](https://github.com/emsesp/EMS-ESP32/issues/3084) - Commands Service that can be called via MQTT or API or used in the Scheduler Service +- option to disable factory reset [#3150](https://github.com/emsesp/EMS-ESP32/issues/3150) ## Fixed @@ -20,7 +21,7 @@ For more details go to [emsesp.org](https://emsesp.org/). - offset of hpminflowtemp [#3144](https://github.com/emsesp/EMS-ESP32/issues/3144) - water circulation command [#3149](https://github.com/emsesp/EMS-ESP32/pull/3149) - start scheduler after customEntities, delay scheduler loop after startup, handling of `system/restart` command [#3146](https://github.com/emsesp/EMS-ESP32/issues/3146) -- possible memory leaks fixed. +- possible memory leaks fixed - repeated startup schedules compute value - shunting yard show json @@ -33,4 +34,5 @@ For more details go to [emsesp.org](https://emsesp.org/). - Dewtemperature for Easycontrol calculated by ems-esp [#3135](https://github.com/emsesp/EMS-ESP32/issues/3135) - add option for sync thermostat to ntp, allow different time zones [#3148](https://github.com/emsesp/EMS-ESP32/discussions/3148), **defaults to sync**. - block too many GET requests [mentioned in #3104](https://github.com/emsesp/EMS-ESP32/issues/3104) -- Gateway and Connect devices are not shown in the Devices page [3126](https://github.com/emsesp/EMS-ESP32/discussions/3126) +- Gateway and Connect devices are shown in the Devices page, but disabled [3126](https://github.com/emsesp/EMS-ESP32/discussions/3126) +