From 8530520a620d20382fc82701822c444bfe3644a4 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 16 May 2021 15:33:24 +0200 Subject: [PATCH] updated changelog --- CHANGELOG_LATEST.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 515c51710..74f5eaa9e 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -3,14 +3,18 @@ ## Added - new command called `commands` which lists all available commands. `ems-esp/api/{device}/commands` -- Home Assistant icons for memory and time +- More Home Assistant icons to match the UOMs +- new API. Using secure access tokens and OpenAPI standard. See `doc/EMS-ESP32 API.md` and [#50](https://github.com/emsesp/EMS-ESP32/issues/50) ## Fixed +- HA thermostat mode was not in sync with actual mode [#66](https://github.com/emsesp/EMS-ESP32/issues/66) + ## Changed -- new API. Using secure access tokens and OpenAPI standard. See `doc/EMS-ESP32 API.md` and [#50](https://github.com/emsesp/EMS-ESP32/issues/50) + - `info` command always shows full names in API. For short names query the device or name directly, e.g. `http://ems-esp/api/boiler` - free memory is shown in kilobytes +- boiler's warm water entities have ww added to the Home Assistant entity name [#67](https://github.com/emsesp/EMS-ESP32/issues/67) ## Removed