v3.5.0b7, update changelog

This commit is contained in:
MichaelDvP
2022-10-10 17:28:17 +02:00
parent 13890d2835
commit 394a3253aa
3 changed files with 385 additions and 399 deletions

View File

@@ -12,7 +12,9 @@
- Add mqtt queue and connection infos
- Add min/max setting to customizations
- Adapt min/max if ems-value is not in this range
- Add heat pump settings for inputs and limits
- Add heat pump settings for inputs and limits [#600](https://github.com/emsesp/EMS-ESP32/issues/600)
- Add hybrid heatpump [#500](https://github.com/emsesp/EMS-ESP32/issues/500)
- Add translated tags
## Fixed

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
#define EMSESP_APP_VERSION "3.5.0b6"
#define EMSESP_APP_VERSION "3.5.0b7"
#if CONFIG_IDF_TARGET_ESP32C3
#define EMSESP_PLATFORM "ESP32-C3";