From 6c612974494e0e98bd9f8a8a3123d45a8e61cd78 Mon Sep 17 00:00:00 2001 From: proddy Date: Fri, 20 Sep 2024 09:11:04 +0200 Subject: [PATCH] fix seplling --- CHANGELOG_LATEST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index e4a77b989..59238d799 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -6,7 +6,7 @@ - "ww" and "wwc" has been renamed to "dhw". It is nested JSON object in both the MQTT and API outputs. The old prefix has also been removed from MQTT topics ([#1634](https://github.com/emsesp/EMS-ESP32/issues/1634)). This will impact historical data in home automation systems like Home Assistant and IOBroker. To preserve the current value of dhw energy (was previously nrgww) refer to this issue [#1938](https://github.com/emsesp/EMS-ESP32/issues/1938). - dhw entities from the MM100/SM100 have been moved under a new Device called 'water'. -- The automatically generated temperature sensor ID has replaced hyphons (`-`) with underscores (`_`) to be comaptible with Home Assistant. +- The automatically generated temperature sensor ID has replaced dashes (`-`) with underscores (`_`) to be compatible with Home Assistant. - `api/system/info` has it's JSON key names changed to camelCase syntax. For more details go to [www.emsesp.org](https://www.emsesp.org/).