diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index e3dd51485..131f6213e 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -10,6 +10,7 @@ - Warn user in WebUI of unsaved changes [#911](https://github.com/emsesp/EMS-ESP32/issues/911) - Detect old Tado thermostat, device-id 0x19, no entities - Some more HM200 entities [#500](https://github.com/emsesp/EMS-ESP32/issues/500) +- Custom Scheduler [#701](https://github.com/emsesp/EMS-ESP32/issues/701) ## Fixed @@ -22,3 +23,4 @@ - Write repeated selflowtemp if tx-queue is empty without verify [#954](https://github.com/emsesp/EMS-ESP32/issues/954) - HA discovery recreate after disconnect by device [#1067](https://github.com/emsesp/EMS-ESP32/issues/1067) - File upload: check flash size (overflow) instead of filesize +- Improved HA Discovery so previous configs no longer need to be removed when starting [#1077](https://github.com/emsesp/EMS-ESP32/pull/1077) (thanks @pswid!)