From 2710693453886bb23e44affe8ed5a83432d74998 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 14 Aug 2023 10:15:16 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 2 ++ RELEASENOTES.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf0a47856..68545e0d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ All notable changes to this project will be documented in this file. - Shutter button hold behaviour with grouptopic (#19263) - Thermostat improvements (#19279) - PID controller improvements (#19285) +- HDC1080 detect device offline (#19298) +- ADE7953 lowered no load threshold (#19302) ### Fixed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2959193bf..51d1483ec 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -148,6 +148,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Shutter button hold behaviour with grouptopic [#19263](https://github.com/arendst/Tasmota/issues/19263) - Thermostat improvements [#19279](https://github.com/arendst/Tasmota/issues/19279) - PID controller improvements [#19285](https://github.com/arendst/Tasmota/issues/19285) +- HDC1080 detect device offline [#19298](https://github.com/arendst/Tasmota/issues/19298) +- ADE7953 lowered no load threshold [#19302](https://github.com/arendst/Tasmota/issues/19302) - ESP32 shutter driver support up to 16 shutters [#18295](https://github.com/arendst/Tasmota/issues/18295) - ESP32 autodetect flashsize and adjust filesystem [#19215](https://github.com/arendst/Tasmota/issues/19215) - Berry extend `range(lower, upper, incr)` to arbitrary increment [#19120](https://github.com/arendst/Tasmota/issues/19120)