Merge pull request #1390 from proddy/dev

update changelog and bump version
This commit is contained in:
Proddy
2023-11-05 17:13:33 +01:00
committed by GitHub
4 changed files with 10 additions and 7 deletions

View File

@@ -4,6 +4,8 @@
## **IMPORTANT! BREAKING CHANGES** ## **IMPORTANT! BREAKING CHANGES**
Writeable Text entities have moved from type `sensor` to `text` in Home Assistant to make them also editable within an HA dashboard. Examples are `datetime`, `holidays`, `switchtime`, `vacations`, `maintenancedate`...). You will need to manually remove any old discovery topics from your MQTT broker using an application like MQTT Explorer.
## Added ## Added
- humidity for ventilation devices - humidity for ventilation devices
@@ -11,6 +13,7 @@
- names for BC400, GB192i, read temperatures for low loss header and heatblock [#1317](https://github.com/emsesp/EMS-ESP32/discussions/1317) - names for BC400, GB192i, read temperatures for low loss header and heatblock [#1317](https://github.com/emsesp/EMS-ESP32/discussions/1317)
- option for `forceheatingoff` [#1262](https://github.com/emsesp/EMS-ESP32/issues/1262) - option for `forceheatingoff` [#1262](https://github.com/emsesp/EMS-ESP32/issues/1262)
- shower_data MQTT payload contains the timestamp [#1329](https://github.com/emsesp/EMS-ESP32/issues/1329) - shower_data MQTT payload contains the timestamp [#1329](https://github.com/emsesp/EMS-ESP32/issues/1329)
- HA discovery for writeable text entities [#1337](https://github.com/emsesp/EMS-ESP32/pull/1377)
## Fixed ## Fixed

View File

@@ -29,7 +29,7 @@
"@types/imagemin": "^8.0.3", "@types/imagemin": "^8.0.3",
"@types/lodash-es": "^4.17.10", "@types/lodash-es": "^4.17.10",
"@types/node": "^20.8.10", "@types/node": "^20.8.10",
"@types/react": "^18.2.34", "@types/react": "^18.2.35",
"@types/react-dom": "^18.2.14", "@types/react-dom": "^18.2.14",
"@types/react-router-dom": "^5.3.3", "@types/react-router-dom": "^5.3.3",
"alova": "^2.13.1", "alova": "^2.13.1",

View File

@@ -1370,14 +1370,14 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@types/react@npm:^18.2.34": "@types/react@npm:^18.2.35":
version: 18.2.34 version: 18.2.35
resolution: "@types/react@npm:18.2.34" resolution: "@types/react@npm:18.2.35"
dependencies: dependencies:
"@types/prop-types": "npm:*" "@types/prop-types": "npm:*"
"@types/scheduler": "npm:*" "@types/scheduler": "npm:*"
csstype: "npm:^3.0.2" csstype: "npm:^3.0.2"
checksum: 6d16f86b384e829edc3710b1dd9ec4eb1d6b26bc079c5cf605bd0cbf77ae6224f15c76949afadb7f53df4544cfe4025c1111fbe36732cd7f660a320fbc2e5866 checksum: 3c8c752d21856f74ddb96b9dd13cdd70c0ce1522808f20511f0220f392ea727fae9388db4da3ebe317d9bac98a0d930566d4277b22e92c1cad414429739e1d76
languageName: node languageName: node
linkType: hard linkType: hard
@@ -1558,7 +1558,7 @@ __metadata:
"@types/imagemin": "npm:^8.0.3" "@types/imagemin": "npm:^8.0.3"
"@types/lodash-es": "npm:^4.17.10" "@types/lodash-es": "npm:^4.17.10"
"@types/node": "npm:^20.8.10" "@types/node": "npm:^20.8.10"
"@types/react": "npm:^18.2.34" "@types/react": "npm:^18.2.35"
"@types/react-dom": "npm:^18.2.14" "@types/react-dom": "npm:^18.2.14"
"@types/react-router-dom": "npm:^5.3.3" "@types/react-router-dom": "npm:^5.3.3"
"@typescript-eslint/eslint-plugin": "npm:^6.9.1" "@typescript-eslint/eslint-plugin": "npm:^6.9.1"

View File

@@ -1 +1 @@
#define EMSESP_APP_VERSION "3.6.3-dev.5" #define EMSESP_APP_VERSION "3.6.3-dev.6"