From 77607263a9e1c2c60e675e34a735f652d0f7333d Mon Sep 17 00:00:00 2001 From: Proddy Date: Sun, 14 Jan 2024 15:22:07 +0100 Subject: [PATCH] 3.6.5-dev.9 --- CHANGELOG_LATEST.md | 3 ++- src/version.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 02cc02507..992863508 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -24,8 +24,9 @@ - changed HA name and grouping to be consistent [#1528](https://github.com/emsesp/EMS-ESP32/issues/1528) - MQTT autodiscovery in Domoticz not working [#1360](https://github.com/emsesp/EMS-ESP32/issues/1528) - dhw comfort for new ems+, [#1495](https://github.com/emsesp/EMS-ESP32/issues/1495) +- added writeable icon to Web's Custom Entity page for each entity shown in the table ## Changed - HA don't set entity_category to Diagnostic/Configuration for EMS entities [#1459](https://github.com/emsesp/EMS-ESP32/discussions/1459) -- Upgraded ArduinoJson to 7.0.0 #1538 +- upgraded ArduinoJson to 7.0.0 #1538 and then 7.0.1 diff --git a/src/version.h b/src/version.h index 3b890a031..e6a41a3b6 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.6.5-dev.8" +#define EMSESP_APP_VERSION "3.6.5-dev.9"