Skip to content

Commit 6be07cb

Browse files
committed
Prepare changelog for 0.9.0 release
1 parent 40ffa4f commit 6be07cb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log
22

3+
## 0.9.0
4+
5+
### What's Changed
6+
* Compatibiltity with the latest mobile app release
7+
* #292: Push HA discovery again when HA connects to broker by @krombel in https://github.com/SAIC-iSmart-API/saic-python-mqtt-gateway/pull/294
8+
* add random delay before pushing discovery by @krombel in https://github.com/SAIC-iSmart-API/saic-python-mqtt-gateway/pull/295
9+
* #296: Detect charging from BMS instead of car state by @nanomad in https://github.com/SAIC-iSmart-API/saic-python-mqtt-gateway/pull/298
10+
* Mark 'Last Charge SoC kWh' in HA as a TOTAL_INCRESING sensor so that it can be used in Energy Dashboard by @nanomad
11+
* Expose journey ID to Home Assistant by @nanomad
12+
* Internally mark the car as "shutdown" only after the car state changes.
13+
This avoids looking for a "charging started" event as soon as the charging is completed by @nanomad
14+
* Keep retrying initial login by @nanomad in https://github.com/SAIC-iSmart-API/saic-python-mqtt-gateway/pull/319
15+
* Publish window status only if mileage is reported properly by @nanomad in https://github.com/SAIC-iSmart-API/saic-python-mqtt-gateway/pull/320
16+
17+
### New Contributors
18+
* @krombel made their first contribution in https://github.com/SAIC-iSmart-API/saic-python-mqtt-gateway/pull/294
19+
20+
**Full Changelog**: https://github.com/SAIC-iSmart-API/saic-python-mqtt-gateway/compare/0.7.1...0.9.0
21+
322
## 0.7.1
423

524
## What's changed

0 commit comments

Comments
 (0)