From fd81299da18f06a9d78186be727dddc7aaef3ae4 Mon Sep 17 00:00:00 2001 From: Proddy Date: Sun, 12 Nov 2023 16:00:52 +0100 Subject: [PATCH] 3.6.3-dev.8 --- CHANGELOG_LATEST.md | 1 + src/version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 67c22fc3e..64624c549 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -14,6 +14,7 @@ Writeable Text entities have moved from type `sensor` to `text` in Home Assistan - option for `forceheatingoff` [#1262](https://github.com/emsesp/EMS-ESP32/issues/1262) - shower_data MQTT payload contains the timestamp [#1329](https://github.com/emsesp/EMS-ESP32/issues/1329) - HA discovery for writeable text entities [#1337](https://github.com/emsesp/EMS-ESP32/pull/1377) +- Added 'system values' command that dumps all the EMS device values, plus sensors and any custom entities ## Fixed diff --git a/src/version.h b/src/version.h index 27f386c60..3cfe27471 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.6.3-dev.7" +#define EMSESP_APP_VERSION "3.6.3-dev.8"