changelog v3.7.0-dev.22

This commit is contained in:
MichaelDvP
2024-07-04 13:47:13 +02:00
parent cee2d5ca31
commit 2b4b2881c9
2 changed files with 5 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
- new device WATER shows dhw entities from MM100 and SM100 in dhw setting
- renamed WWC to DHW, always create DHW nests/topics, remove ww prefix from mqtt names [#1634](https://github.com/emsesp/EMS-ESP32/issues/1634)
- change temperaturesensor id to underscore
## Added
@@ -42,5 +43,7 @@
- rename DeviceValueTypes, add UINT32 for custom entities
- dynamic register dhw circuits for thermostat
- removed OTA feature [#1738](https://github.com/emsesp/EMS-ESP32/issues/1738)
- added shower min duration [[#1801](https://github.com/emsesp/EMS-ESP32/issues/1801)]
- added shower min duration [#1801](https://github.com/emsesp/EMS-ESP32/issues/1801)
- Include TXT file along with the generated CSV for Device Data export/download
- thermostat/remotetemp as command [#1835](https://github.com/emsesp/EMS-ESP32/discussions/1835)
- temperaturesensor id notation with underscore [#1794](https://github.com/emsesp/EMS-ESP32/discussions/1794)

View File

@@ -1 +1 @@
#define EMSESP_APP_VERSION "3.7.0-dev.21"
#define EMSESP_APP_VERSION "3.7.0-dev.22"